Skip to content

Commit

Permalink
Don't include <linux/stringify> from user-visible part of linux/net.h
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent 77597ad commit eacf17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include <linux/config.h>
#include <linux/wait.h>
#include <linux/stringify.h>
#include <asm/socket.h>

struct poll_table_struct;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eacf17b

Please sign in to comment.