aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-10-27 19:12:58 +0100
committerDavid S. Miller <davem@davemloft.net>2014-10-27 16:03:52 -0400
commitce256981e5f1be1f0aa6b4b8b16e0c2918468457 (patch)
tree875f752ba756e52c4e2e777a5bcae48e82f4bdbc
parentipv6: replace min/casting by min_t (diff)
downloadlinux-dev-ce256981e5f1be1f0aa6b4b8b16e0c2918468457.tar.xz
linux-dev-ce256981e5f1be1f0aa6b4b8b16e0c2918468457.zip
ipv6: include linux/uaccess.h instead of asm/uaccess.h
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/ipv6/exthdrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c
index bfde361b6134..601d896f22d0 100644
--- a/net/ipv6/exthdrs.c
+++ b/net/ipv6/exthdrs.c
@@ -47,7 +47,7 @@
#include <net/xfrm.h>
#endif
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
/*
* Parsing tlv encoded headers.