[NET]: Small cleanup to socket initialization
authorAndi Kleen <ak@suse.de>
Thu, 22 Dec 2005 20:43:42 +0000 (12:43 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 3 Jan 2006 21:11:14 +0000 (13:11 -0800)
sock_init can be done as a core_initcall instead of calling
it directly in init/main.c

Also I removed an out of date #ifdef.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found