Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1221870

[PATCH 5/5] Staging: wilc1000: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"

From Shraddha Barke <shraddha.6596@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 5/5] Staging: wilc1000: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
Date 2015-09-10 05:40 +0200
Message-ID <q70Sm-6tp-13@gated-at.bofh.it> (permalink)
References <q70Sm-6tp-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke <shraddha.6596@gmail.com> - 2015-09-10 05:40 +0200
  [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke <shraddha.6596@gmail.com> - 2015-09-10 05:40 +0200
    Re: [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: Replace "#include  <asm/uaccess>" with "#include <linux/uaccess>" Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-10 07:20 +0200
      Re: [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: Replace "#include  <asm/uaccess>" with "#include <linux/uaccess>" Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-10 07:40 +0200
  [PATCH 5/5] Staging: wilc1000: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke <shraddha.6596@gmail.com> - 2015-09-10 05:40 +0200

csiph-web