diff options
Diffstat (limited to 'net/core/dev.c')
-rw-r--r-- | net/core/dev.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index 6eb621cc3b81..b2e9057be3bf 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -1391,12 +1391,6 @@ void dev_disable_lro(struct net_device *dev) | |||
1391 | } | 1391 | } |
1392 | EXPORT_SYMBOL(dev_disable_lro); | 1392 | EXPORT_SYMBOL(dev_disable_lro); |
1393 | 1393 | ||
1394 | static void netdev_notifier_info_init(struct netdev_notifier_info *info, | ||
1395 | struct net_device *dev) | ||
1396 | { | ||
1397 | info->dev = dev; | ||
1398 | } | ||
1399 | |||
1400 | static int call_netdevice_notifier(struct notifier_block *nb, unsigned long val, | 1394 | static int call_netdevice_notifier(struct notifier_block *nb, unsigned long val, |
1401 | struct net_device *dev) | 1395 | struct net_device *dev) |
1402 | { | 1396 | { |