[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)
commit77d76ea310b50a9c8ff15bd290fcb4ed4961adf2
tree7d6e8b2426d4b3debe5ddf838ab2a2ef13f1b106
parent7708610b1bff4a0ba8a73733d3c7c4bda9f94b21
[NET]: Small cleanup to socket initialization

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>
include/linux/skbuff.h
include/linux/socket.h
init/main.c
net/socket.c