aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Kconfig1
-rw-r--r--net/Makefile1
-rw-r--r--net/socket.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 3cc5be0fe420..c31348e70aad 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -209,7 +209,6 @@ source "net/ipx/Kconfig"
209source "drivers/net/appletalk/Kconfig" 209source "drivers/net/appletalk/Kconfig"
210source "net/x25/Kconfig" 210source "net/x25/Kconfig"
211source "net/lapb/Kconfig" 211source "net/lapb/Kconfig"
212source "net/wanrouter/Kconfig"
213source "net/phonet/Kconfig" 212source "net/phonet/Kconfig"
214source "net/ieee802154/Kconfig" 213source "net/ieee802154/Kconfig"
215source "net/mac802154/Kconfig" 214source "net/mac802154/Kconfig"
diff --git a/net/Makefile b/net/Makefile
index 4f4ee083064c..c5aa8b3b49dc 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -26,7 +26,6 @@ obj-$(CONFIG_BRIDGE) += bridge/
26obj-$(CONFIG_NET_DSA) += dsa/ 26obj-$(CONFIG_NET_DSA) += dsa/
27obj-$(CONFIG_IPX) += ipx/ 27obj-$(CONFIG_IPX) += ipx/
28obj-$(CONFIG_ATALK) += appletalk/ 28obj-$(CONFIG_ATALK) += appletalk/
29obj-$(CONFIG_WAN_ROUTER) += wanrouter/
30obj-$(CONFIG_X25) += x25/ 29obj-$(CONFIG_X25) += x25/
31obj-$(CONFIG_LAPB) += lapb/ 30obj-$(CONFIG_LAPB) += lapb/
32obj-$(CONFIG_NETROM) += netrom/ 31obj-$(CONFIG_NETROM) += netrom/
diff --git a/net/socket.c b/net/socket.c
index 2ca51c719ef9..5c4d82c05293 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -69,7 +69,6 @@
69#include <linux/proc_fs.h> 69#include <linux/proc_fs.h>
70#include <linux/seq_file.h> 70#include <linux/seq_file.h>
71#include <linux/mutex.h> 71#include <linux/mutex.h>
72#include <linux/wanrouter.h>
73#include <linux/if_bridge.h> 72#include <linux/if_bridge.h>
74#include <linux/if_frad.h> 73#include <linux/if_frad.h>
75#include <linux/if_vlan.h> 74#include <linux/if_vlan.h>