aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
authorAllan Stephens <[email protected]>2011-05-30 19:50:35 +0000
committerPaul Gortmaker <[email protected]>2011-06-24 20:18:16 +0000
commita9948ba24f764694413207812d2b2dae46eb7275 (patch)
tree33f4c1a60137f297e941d9029998cbeb5f77a352 /net/tipc
parenttipc: Eliminate unused field in bearer structure (diff)
downloadkernel-a9948ba24f764694413207812d2b2dae46eb7275.tar.gz
kernel-a9948ba24f764694413207812d2b2dae46eb7275.zip
tipc: Remove unnecessary includes in socket code
Eliminates a pair of #include statements for files that are brought in automatically by including core.h. Signed-off-by: Allan Stephens <[email protected]> Signed-off-by: Paul Gortmaker <[email protected]>
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/socket.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c
index 338837396642..adb2eff4a102 100644
--- 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"