public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
@ 2015-09-10  3:32 Shraddha Barke
  2015-09-10  3:32 ` [PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: " Shraddha Barke
                   ` (3 more replies)
  0 siblings, 4 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_tx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
index fff8d58..1ab0aea 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.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 <linux/if_vlan.h>
 
 #include "ieee80211.h"
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-09-10  5:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: " Shraddha Barke
2015-09-10  5:11   ` Sudip Mukherjee
     [not found]     ` <CAO393AATRHWKxVbPDdMADR_s8bxF=qkRoCbxgRMFBQwFiLkzQw@mail.gmail.com>
2015-09-10  5:37       ` Sudip Mukherjee
2015-09-10  3:33 ` [PATCH 5/5] Staging: wilc1000: " Shraddha Barke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox