diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-10-27 14:12:58 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-27 16:03:52 -0400 |
commit | ce256981e5f1be1f0aa6b4b8b16e0c2918468457 (patch) | |
tree | 875f752ba756e52c4e2e777a5bcae48e82f4bdbc /net/ipv6 | |
parent | 9451a304ceeb96c45f91f88f2caa7364f5cee087 (diff) |
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>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/exthdrs.c | 2 |
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 @@ | |||
47 | #include <net/xfrm.h> | 47 | #include <net/xfrm.h> |
48 | #endif | 48 | #endif |
49 | 49 | ||
50 | #include <asm/uaccess.h> | 50 | #include <linux/uaccess.h> |
51 | 51 | ||
52 | /* | 52 | /* |
53 | * Parsing tlv encoded headers. | 53 | * Parsing tlv encoded headers. |