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:
d85004e
)
Don't include <linux/config.h> and <linux/linkage.h> from linux/socket.h
author
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Apr 2006 14:29:01 +0000
(15:29 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Apr 2006 14:29:01 +0000
(15:29 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/socket.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/socket.h
b/include/linux/socket.h
index 9ab2ddd802212667c06c48b317f757ae2677225d..36140909464983b8db555ac6423c463b1934c6e5 100644
(file)
--- a/
include/linux/socket.h
+++ b/
include/linux/socket.h
@@
-18,8
+18,6
@@
struct __kernel_sockaddr_storage {
#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
-#include <linux/config.h> /* for CONFIG_COMPAT */
-#include <linux/linkage.h>
#include <asm/socket.h> /* arch-dependent defines */
#include <linux/sockios.h> /* the SIOCxxx I/O controls */
#include <linux/uio.h> /* iovec support */