Commit 51314f4f authored by Benjamin LaHaise's avatar Benjamin LaHaise Committed by David S. Miller

[NET]: Kill excess initializer

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2781c56e
......@@ -2028,13 +2028,6 @@ void __init sock_init(void)
{
int i;
/*
* Initialize all address (protocol) families.
*/
for (i = 0; i < NPROTO; i++)
net_families[i] = NULL;
/*
* Initialize sock SLAB cache.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment