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: next-20110726~5^2~237 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d4aa57f0e14c4e615daefd25e6867fd4c8df9482;p=karo-tx-linux.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"