Skip to content

Commit

Permalink
ipv6: include linux/uaccess.h instead of asm/uaccess.h
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Fabian Frederick authored and David S. Miller committed Oct 27, 2014
1 parent 9451a30 commit ce25698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/exthdrs.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include <net/xfrm.h>
#endif

#include <asm/uaccess.h>
#include <linux/uaccess.h>

/*
* Parsing tlv encoded headers.
Expand Down

0 comments on commit ce25698

Please sign in to comment.