aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c
diff options
context:
space:
mode:
authorAlex W Slater <alex.slater.dev@gmail.com>2015-02-19 21:58:07 +0000
committerDavid S. Miller <davem@davemloft.net>2015-02-21 22:05:53 -0500
commit29778bec12b11cabfb75005cd7f8be263c50ba76 (patch)
treeee4d62ae29f55f48e4fe7a8d2efc298e39ff8ab9 /net/ipv6/raw.c
parentMerge branch 'bna-next' (diff)
downloadlinux-dev-29778bec12b11cabfb75005cd7f8be263c50ba76.tar.xz
linux-dev-29778bec12b11cabfb75005cd7f8be263c50ba76.zip
ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
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>
Diffstat (limited to 'net/ipv6/raw.c')
-rw-r--r--net/ipv6/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c
index dae7f1a1e464..0d84b2c7f24e 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>