Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Don't include <linux/stringify> from user-visible part of linux/net.h

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

+1 -1
+1 -1
include/linux/net.h
··· 20 20 21 21 #include <linux/config.h> 22 22 #include <linux/wait.h> 23 - #include <linux/stringify.h> 24 23 #include <asm/socket.h> 25 24 26 25 struct poll_table_struct; ··· 56 57 #define __SO_ACCEPTCON (1 << 16) /* performed a listen */ 57 58 58 59 #ifdef __KERNEL__ 60 + #include <linux/stringify.h> 59 61 60 62 #define SOCK_ASYNC_NOSPACE 0 61 63 #define SOCK_ASYNC_WAITDATA 1