Skip to content

Commit

Permalink
ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alex W Slater authored and David S. Miller committed Feb 22, 2015
1 parent 173d6b5 commit 29778be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 29778be

Please sign in to comment.