projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77597ad
)
Don't include <linux/stringify> from user-visible part of linux/net.h
author
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Apr 2006 13:46:09 +0000
(14:46 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Apr 2006 13:46:09 +0000
(14:46 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/net.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/net.h
b/include/linux/net.h
index 84a490e5f0a1234e68b0f83caf0e01b5f8d8812a..c88d7cf7f6b7290c95a5c44c68193bd0113dff36 100644
(file)
--- 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