]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: rtl8192u: ieee80211: ieee80211_module.c: Replace "#include <asm/uaccess...
authorShraddha Barke <shraddha.6596@gmail.com>
Thu, 10 Sep 2015 03:32:59 +0000 (09:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:58 +0000 (18:24 -0700)
Fix checkpatch.pl warning "Use #include <linux/uaccess.h>
instead of <asm/uaccess.h>"

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_module.c

index 31233d895ee9414c2206697d0d7e1dc3b1ae8613..425b2ddfc9167a9e7b98705348a1cd3e0f8679d4 100644 (file)
@@ -48,7 +48,7 @@
 #include <linux/types.h>
 #include <linux/wireless.h>
 #include <linux/etherdevice.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include <net/arp.h>
 
 #include "ieee80211.h"