Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 430f03cd authored by Baruch Siach's avatar Baruch Siach Committed by David S. Miller
Browse files

net: mark netdev_create_hash __net_init



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

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f1362e37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6088,7 +6088,7 @@ netdev_features_t netdev_increment_features(netdev_features_t all,
}
EXPORT_SYMBOL(netdev_increment_features);

static struct hlist_head *netdev_create_hash(void)
static struct hlist_head * __net_init netdev_create_hash(void)
{
	int i;
	struct hlist_head *hash;