tcp: add __init to tcp_init_mem
authorFabian Frederick <fabf@skynet.be>
Wed, 1 Oct 2014 16:27:50 +0000 (18:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Oct 2014 19:41:14 +0000 (15:41 -0400)
commit47d7a88c188f06ffaea3a539f84fe10cb4e77787
treedbca8a37c6cac27b52be0665d54f8232f1b76041
parentee7a1beb9759c94aea67dd887faf5e447a5c6710
tcp: add __init to tcp_init_mem

tcp_init_mem is only called by __init tcp_init.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c