* [PATCH 3/3] net:hamradio:6pack.c:#include <linux/uaccess.h>
@ 2014-04-09 22:11 Paul McQuade
0 siblings, 0 replies; only message in thread
From: Paul McQuade @ 2014-04-09 22:11 UTC (permalink / raw)
To: ajk; +Cc: linux-hams, netdev, linux-kernel
WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
Signed-off-by: Paul McQuade <paulmcquad@gmail.com>
---
drivers/net/hamradio/6pack.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/hamradio/6pack.c b/drivers/net/hamradio/6pack.c
index 66e2b19..4cd3acd 100644
--- a/drivers/net/hamradio/6pack.c
+++ b/drivers/net/hamradio/6pack.c
@@ -13,7 +13,7 @@
*/
#include <linux/module.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include <linux/bitops.h>
#include <linux/string.h>
#include <linux/mm.h>
--
1.8.3.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-09 22:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-09 22:11 [PATCH 3/3] net:hamradio:6pack.c:#include <linux/uaccess.h> Paul McQuade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).