Loading net/core/dev.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
net/core/dev.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading