diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 09:46:09 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 09:46:09 -0400 |
commit | eacf17bdbc8e6f24fe46cd7e10fb9a657f060d08 (patch) | |
tree | 5452c85230cf326c313773ddfd2ee6dc306331ed /include/linux/net.h | |
parent | 77597ad663f9e2d40a89c6e27824701bb5fabb83 (diff) |
Don't include <linux/stringify> from user-visible part of linux/net.h
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/net.h')
-rw-r--r-- | include/linux/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/net.h b/include/linux/net.h index 84a490e5f0a1..c88d7cf7f6b7 100644 --- a/include/linux/net.h +++ b/include/linux/net.h | |||
@@ -20,7 +20,6 @@ | |||
20 | 20 | ||
21 | #include <linux/config.h> | 21 | #include <linux/config.h> |
22 | #include <linux/wait.h> | 22 | #include <linux/wait.h> |
23 | #include <linux/stringify.h> | ||
24 | #include <asm/socket.h> | 23 | #include <asm/socket.h> |
25 | 24 | ||
26 | struct poll_table_struct; | 25 | struct poll_table_struct; |
@@ -57,6 +56,7 @@ typedef enum { | |||
57 | #define __SO_ACCEPTCON (1 << 16) /* performed a listen */ | 56 | #define __SO_ACCEPTCON (1 << 16) /* performed a listen */ |
58 | 57 | ||
59 | #ifdef __KERNEL__ | 58 | #ifdef __KERNEL__ |
59 | #include <linux/stringify.h> | ||
60 | 60 | ||
61 | #define SOCK_ASYNC_NOSPACE 0 | 61 | #define SOCK_ASYNC_NOSPACE 0 |
62 | #define SOCK_ASYNC_WAITDATA 1 | 62 | #define SOCK_ASYNC_WAITDATA 1 |