aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 97a96df4b6da..e13807b5c84d 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -8883,7 +8883,6 @@ static void __net_exit netdev_exit(struct net *net)
8883static struct pernet_operations __net_initdata netdev_net_ops = { 8883static struct pernet_operations __net_initdata netdev_net_ops = {
8884 .init = netdev_init, 8884 .init = netdev_init,
8885 .exit = netdev_exit, 8885 .exit = netdev_exit,
8886 .async = true,
8887}; 8886};
8888 8887
8889static void __net_exit default_device_exit(struct net *net) 8888static void __net_exit default_device_exit(struct net *net)
@@ -8984,7 +8983,6 @@ static void __net_exit default_device_exit_batch(struct list_head *net_list)
8984static struct pernet_operations __net_initdata default_device_ops = { 8983static struct pernet_operations __net_initdata default_device_ops = {
8985 .exit = default_device_exit, 8984 .exit = default_device_exit,
8986 .exit_batch = default_device_exit_batch, 8985 .exit_batch = default_device_exit_batch,
8987 .async = true,
8988}; 8986};
8989 8987
8990/* 8988/*