Commit eacf17bd authored by David Woodhouse's avatar David Woodhouse

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

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 77597ad6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment