projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173d6b5
)
ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
author
Alex W Slater
<alex.slater.dev@gmail.com>
Thu, 19 Feb 2015 21:58:07 +0000
(21:58 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 22 Feb 2015 03:05:53 +0000
(22:05 -0500)
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>
net/ipv6/raw.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/raw.c
b/net/ipv6/raw.c
index dae7f1a1e46481d72e5b61da3cc9990d03c36380..0d84b2c7f24e8ff7a3e64ac048be4ce432f942e4 100644
(file)
--- 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>