All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: r8192U_core: Use linux headers
@ 2015-03-28 21:38 Ioana Ciornei
  0 siblings, 0 replies; only message in thread
From: Ioana Ciornei @ 2015-03-28 21:38 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Ioana Ciornei

Fix checkpatch.pl warning:
   Use #include <linux/uaccess.h> instead of <asm/uaccess.h>

Signed-off-by: Ioana Ciornei <ciorneiioana@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 af14a4f..0b8c88f 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 */
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-28 21:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-28 21:38 [PATCH] staging: r8192U_core: Use linux headers Ioana Ciornei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.