]> git.baikalelectronics.ru Git - kernel.git/commit
net: mark netdev_create_hash __net_init
authorBaruch Siach <baruch@tkos.co.il>
Sun, 2 Jun 2013 20:43:55 +0000 (20:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2013 23:47:27 +0000 (16:47 -0700)
commit5ec13169a6845d9085866a311c02037fcae7541a
treecd99f4df3a8c020b2899d39ac842f36f830d49b9
parent6e0eea02b5789d237162c5e356ebb43b5d2c035e
net: mark netdev_create_hash __net_init

netdev_create_hash() is only called from netdev_init() which is marked
__net_init.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c