aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index d0d2675aaed6..12f66e528a4b 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -3492,7 +3492,7 @@ static int dev_new_index(struct net *net)
3492 3492
3493/* Delayed registration/unregisteration */ 3493/* Delayed registration/unregisteration */
3494static DEFINE_SPINLOCK(net_todo_list_lock); 3494static DEFINE_SPINLOCK(net_todo_list_lock);
3495static struct list_head net_todo_list = LIST_HEAD_INIT(net_todo_list); 3495static LIST_HEAD(net_todo_list);
3496 3496
3497static void net_set_todo(struct net_device *dev) 3497static void net_set_todo(struct net_device *dev)
3498{ 3498{