diff options
Diffstat (limited to 'net/core/dev.c')
-rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index c619b8641337..6da649bde4f7 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -5541,7 +5541,7 @@ static int dev_new_index(struct net *net) | |||
5541 | 5541 | ||
5542 | /* Delayed registration/unregisteration */ | 5542 | /* Delayed registration/unregisteration */ |
5543 | static LIST_HEAD(net_todo_list); | 5543 | static LIST_HEAD(net_todo_list); |
5544 | static DECLARE_WAIT_QUEUE_HEAD(netdev_unregistering_wq); | 5544 | DECLARE_WAIT_QUEUE_HEAD(netdev_unregistering_wq); |
5545 | 5545 | ||
5546 | static void net_set_todo(struct net_device *dev) | 5546 | static void net_set_todo(struct net_device *dev) |
5547 | { | 5547 | { |