diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 14:46:09 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 14:46:09 +0100 |
commit | eacf17bdbc8e6f24fe46cd7e10fb9a657f060d08 (patch) | |
tree | 5452c85230cf326c313773ddfd2ee6dc306331ed | |
parent | 77597ad663f9e2d40a89c6e27824701bb5fabb83 (diff) | |
download | op-kernel-dev-eacf17bdbc8e6f24fe46cd7e10fb9a657f060d08.zip op-kernel-dev-eacf17bdbc8e6f24fe46cd7e10fb9a657f060d08.tar.gz |
Don't include <linux/stringify> from user-visible part of linux/net.h
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
-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 84a490e..c88d7cf 100644 --- a/include/linux/net.h +++ b/include/linux/net.h @@ -20,7 +20,6 @@ #include <linux/config.h> #include <linux/wait.h> -#include <linux/stringify.h> #include <asm/socket.h> struct poll_table_struct; @@ -57,6 +56,7 @@ typedef enum { #define __SO_ACCEPTCON (1 << 16) /* performed a listen */ #ifdef __KERNEL__ +#include <linux/stringify.h> #define SOCK_ASYNC_NOSPACE 0 #define SOCK_ASYNC_WAITDATA 1 |