]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
authorAlex W Slater <alex.slater.dev@gmail.com>
Thu, 19 Feb 2015 21:58:07 +0000 (21:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Feb 2015 03:05:53 +0000 (22:05 -0500)
commit29778bec12b11cabfb75005cd7f8be263c50ba76
treeee4d62ae29f55f48e4fe7a8d2efc298e39ff8ab9
parent173d6b5fdbe65dbdb8be2f7ce481f0c55d78c2b2
ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"

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