From: Michael Fiedler Date: Mon, 20 Jun 2011 14:34:28 +0000 (+0200) Subject: staging: rtl8712: Use linux/atomic.h instead of asm/atomic.h X-Git-Tag: firefly_0821_release~3680^2~4924^2~237 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d4aa57f0e14c4e615daefd25e6867fd4c8df9482;p=firefly-linux-kernel-4.4.55.git staging: rtl8712: Use linux/atomic.h instead of asm/atomic.h Fixes warning from scripts/checkpatch.pl. Signed-off-by: Michael Fiedler Acked-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8712/osdep_service.h b/drivers/staging/rtl8712/osdep_service.h index 791536952ba1..88f132507b29 100644 --- a/drivers/staging/rtl8712/osdep_service.h +++ b/drivers/staging/rtl8712/osdep_service.h @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include #include "ethernet.h"