]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
authorAlex W Slater <alex.slater.dev@gmail.com>
Thu, 19 Feb 2015 21:58:07 +0000 (21:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Feb 2015 03:05:53 +0000 (22:05 -0500)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/raw.c

index dae7f1a1e46481d72e5b61da3cc9990d03c36380..0d84b2c7f24e8ff7a3e64ac048be4ce432f942e4 100644 (file)
@@ -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>