diff options
Diffstat (limited to 'net/compat.c')
-rw-r--r-- | net/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/compat.c b/net/compat.c index 1cd2ec046164..96c544b05b15 100644 --- a/net/compat.c +++ b/net/compat.c | |||
@@ -28,7 +28,7 @@ | |||
28 | #include <net/sock.h> | 28 | #include <net/sock.h> |
29 | #include <net/ip.h> | 29 | #include <net/ip.h> |
30 | #include <net/ipv6.h> | 30 | #include <net/ipv6.h> |
31 | #include <asm/uaccess.h> | 31 | #include <linux/uaccess.h> |
32 | #include <net/compat.h> | 32 | #include <net/compat.h> |
33 | 33 | ||
34 | int get_compat_msghdr(struct msghdr *kmsg, | 34 | int get_compat_msghdr(struct msghdr *kmsg, |