[PATCH] rtl8723au: replaced asm/atomic.h by linux/atomic.h

From: Xavier Roche
Date: Thu May 28 2015 - 01:41:05 EST


Minor additional checkpatch.pl fix for include/rtw_io.h

Signed-off-by: Xavier Roche <roche@xxxxxxxxxxx>
---
drivers/staging/rtl8723au/include/rtw_io.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723au/include/rtw_io.h b/drivers/staging/rtl8723au/include/rtw_io.h
index c8119e2..dfdf35a 100644
--- a/drivers/staging/rtl8723au/include/rtw_io.h
+++ b/drivers/staging/rtl8723au/include/rtw_io.h
@@ -24,7 +24,7 @@
#include <linux/list.h>
/* include <linux/smp_lock.h> */
#include <linux/spinlock.h>
-#include <asm/atomic.h>
+#include <linux/atomic.h>

#include <linux/usb.h>
#include <linux/usb/ch9.h>
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/