From f588af62865976e047354aca869be1f0e7ad04de Mon Sep 17 00:00:00 2001 From: Fabian Frederick <fabf@skynet.be> Date: Mon, 27 Oct 2014 19:12:58 +0100 Subject: [PATCH] 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> --- net/ipv6/exthdrs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c index bfde361b61340..601d896f22d07 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. -- 2.39.5