projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f01a2b6
)
tipc: Remove unnecessary includes in socket code
author
Allan Stephens
<allan.stephens@windriver.com>
Mon, 30 May 2011 19:50:35 +0000
(15:50 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Fri, 24 Jun 2011 20:18:16 +0000
(16:18 -0400)
Eliminates a pair of #include statements for files that are brought in
automatically by including core.h.
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/socket.c
patch
|
blob
|
history
diff --git
a/net/tipc/socket.c
b/net/tipc/socket.c
index
3388373
..
adb2eff
100644
(file)
--- a/
net/tipc/socket.c
+++ b/
net/tipc/socket.c
@@
-36,9
+36,6
@@
#include <net/sock.h>
-#include <linux/tipc.h>
-#include <linux/tipc_config.h>
-
#include "core.h"
#include "port.h"