* [PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
2015-09-10 3:32 [PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke
@ 2015-09-10 3:32 ` Shraddha Barke
2015-09-10 3:32 ` [PATCH 3/5] Staging: rtl8192u: ieee80211: ieee80211_module.c: " Shraddha Barke
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Shraddha Barke @ 2015-09-10 3:32 UTC (permalink / raw)
To: Greg Kroah-Hartman, Johnny Kim, Joe Perches, linux-kernel,
Julia Lawall
Cc: Shraddha Barke
Fix checkpatch.pl warning "Use #include <linux/uaccess.h>
instead of <asm/uaccess.h>"
Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
index 39e9892..e4624e8 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
@@ -19,7 +19,7 @@
#include <linux/random.h>
#include <linux/delay.h>
#include <linux/slab.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include <linux/etherdevice.h>
#include "dot11d.h"
--
2.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread* [PATCH 3/5] Staging: rtl8192u: ieee80211: ieee80211_module.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
2015-09-10 3:32 [PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke
2015-09-10 3:32 ` [PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: " Shraddha Barke
@ 2015-09-10 3:32 ` Shraddha Barke
2015-09-10 3:33 ` [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: " Shraddha Barke
2015-09-10 3:33 ` [PATCH 5/5] Staging: wilc1000: " Shraddha Barke
3 siblings, 0 replies; 7+ messages in thread
From: Shraddha Barke @ 2015-09-10 3:32 UTC (permalink / raw)
To: Greg Kroah-Hartman, Johnny Kim, Joe Perches, linux-kernel,
Julia Lawall
Cc: Shraddha Barke
Fix checkpatch.pl warning "Use #include <linux/uaccess.h>
instead of <asm/uaccess.h>"
Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
index 31233d8..425b2dd 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
@@ -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"
--
2.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
2015-09-10 3:32 [PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke
2015-09-10 3:32 ` [PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: " Shraddha Barke
2015-09-10 3:32 ` [PATCH 3/5] Staging: rtl8192u: ieee80211: ieee80211_module.c: " Shraddha Barke
@ 2015-09-10 3:33 ` Shraddha Barke
2015-09-10 5:11 ` Sudip Mukherjee
2015-09-10 3:33 ` [PATCH 5/5] Staging: wilc1000: " Shraddha Barke
3 siblings, 1 reply; 7+ messages in thread
From: Shraddha Barke @ 2015-09-10 3:33 UTC (permalink / raw)
To: Greg Kroah-Hartman, Johnny Kim, Joe Perches, linux-kernel,
Julia Lawall
Cc: Shraddha Barke
Fix checkpatch.pl warning "Use #include <linux/uaccess.h>
instead of <asm/uaccess.h>"
Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
drivers/staging/rtl8192u/r8192U_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c
index 577d3a4..cfb0713 100644
--- a/drivers/staging/rtl8192u/r8192U_core.c
+++ b/drivers/staging/rtl8192u/r8192U_core.c
@@ -58,7 +58,7 @@ double __extendsfdf2(float a)
#define CONFIG_RTL8192_IO_MAP
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include "r8192U_hw.h"
#include "r8192U.h"
#include "r8190_rtl8256.h" /* RTL8225 Radio frontend */
--
2.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 5/5] Staging: wilc1000: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
2015-09-10 3:32 [PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke
` (2 preceding siblings ...)
2015-09-10 3:33 ` [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: " Shraddha Barke
@ 2015-09-10 3:33 ` Shraddha Barke
3 siblings, 0 replies; 7+ messages in thread
From: Shraddha Barke @ 2015-09-10 3:33 UTC (permalink / raw)
To: Greg Kroah-Hartman, Johnny Kim, Joe Perches, linux-kernel,
Julia Lawall
Cc: Shraddha Barke
Fix checkpatch.pl warning "Use #include <linux/uaccess.h>
instead of <asm/uaccess.h>"
Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
drivers/staging/wilc1000/linux_wlan_spi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/wilc1000/linux_wlan_spi.c b/drivers/staging/wilc1000/linux_wlan_spi.c
index 236669c..eef7633 100644
--- a/drivers/staging/wilc1000/linux_wlan_spi.c
+++ b/drivers/staging/wilc1000/linux_wlan_spi.c
@@ -5,7 +5,7 @@
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/cdev.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include <linux/device.h>
#include <linux/spi/spi.h>
--
2.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread