From e1ef7eb2418d4b26810f6d6fc6e5a1aedf3e41cd Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Tue, 24 Feb 2004 08:12:28 -0800 Subject: [WANROUTER]: Kill MODULE ifdefs. --- net/socket.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'net/socket.c') 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; @@ -1955,14 +1951,6 @@ void __init sock_init(void) skb_init(); #endif - /* - * Wan router layer. - */ - -#ifdef CONFIG_WAN_ROUTER - wanrouter_init(); -#endif - /* * Initialize the protocols module. */ -- cgit v1.2.3