summaryrefslogtreecommitdiff
path: root/net/socket.c
diff options
context:
space:
mode:
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>2004-02-24 08:12:28 -0800
committerPatrick McHardy <kaber@trash.net>2004-02-24 08:12:28 -0800
commite1ef7eb2418d4b26810f6d6fc6e5a1aedf3e41cd (patch)
tree96ba1a3bda1b4e1c91a08b51c196d709b8cad47b /net/socket.c
parent26b4fa1ce0e5f7c057eb3f61fcf61dc1b651075a (diff)
[WANROUTER]: Kill MODULE ifdefs.
Diffstat (limited to 'net/socket.c')
-rw-r--r--net/socket.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/socket.c b/net/socket.c
index 6f4d50bfd818..d0219d5a9d43 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -1927,10 +1927,6 @@ int sock_unregister(int family)
extern void sk_init(void);
-#ifdef CONFIG_WAN_ROUTER
-extern void wanrouter_init(void);
-#endif
-
void __init sock_init(void)
{
int i;
@@ -1956,14 +1952,6 @@ void __init sock_init(void)
#endif
/*
- * Wan router layer.
- */
-
-#ifdef CONFIG_WAN_ROUTER
- wanrouter_init();
-#endif
-
- /*
* Initialize the protocols module.
*/