[PATCH 1/1 net-next] ipv6: include linux/uaccess.h instead of asm/uaccess.h

From: Fabian Frederick
Date: Mon Oct 27 2014 - 14:13:09 EST


Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx>
---
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 bfde361..601d896 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.
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/