Daniel Borkmann a48d4bb0b0 net: netdev_kobject_init: annotate with __init
netdev_kobject_init() is only being called from __init context,
that is, net_dev_init(), so annotate it with __init as well, thus
the kernel can take this as a hint that the function is used only
during the initialization phase and free up used memory resources
after its invocation.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-01-05 20:27:54 -05:00
..
2013-12-09 20:56:12 -05:00
2013-12-21 14:56:21 +01:00
2014-01-04 20:18:50 -05:00
2013-09-23 16:52:45 -04:00
2014-01-03 20:56:48 -05:00
2013-10-19 19:36:19 -04:00
2013-12-11 10:56:21 -05:00
2013-12-05 13:05:48 -08:00
2014-01-04 20:18:50 -05:00
2013-11-21 13:09:42 -05:00
2013-12-09 20:24:18 -05:00