netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
@ 2015-02-19 21:58 Alex W Slater
  2015-02-22  2:57 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Alex W Slater @ 2015-02-19 21:58 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, kuznet, jmorris, yoshfuji, kaber,
	Alex W Slater

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

Signed-off-by: Alex W Slater <alex.slater.dev@gmail.com>
---
 net/ipv6/raw.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c
index dae7f1a..0d84b2c 100644
--- a/net/ipv6/raw.c
+++ b/net/ipv6/raw.c
@@ -32,7 +32,7 @@
 #include <linux/netfilter_ipv6.h>
 #include <linux/skbuff.h>
 #include <linux/compat.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include <asm/ioctls.h>
 
 #include <net/net_namespace.h>
-- 
1.7.10.4

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

* Re: [PATCH] Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
  2015-02-19 21:58 [PATCH] Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Alex W Slater
@ 2015-02-22  2:57 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-02-22  2:57 UTC (permalink / raw)
  To: alex.slater.dev; +Cc: netdev, linux-kernel, kuznet, jmorris, yoshfuji, kaber

From: Alex W Slater <alex.slater.dev@gmail.com>
Date: Thu, 19 Feb 2015 21:58:07 +0000

> Fix checkpatch.pl warning "Use #include <linux/uaccess.h> instead of <asm/uaccess.h>"
> 
> Signed-off-by: Alex W Slater <alex.slater.dev@gmail.com>

Applied to net-next.

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

end of thread, other threads:[~2015-02-22  2:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 21:58 [PATCH] Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Alex W Slater
2015-02-22  2:57 ` David Miller

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).