diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/core/dev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index e9a6d93a194f..b517d36e653e 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -1206,9 +1206,9 @@ int unregister_netdevice_notifier(struct notifier_block *nb) | |||
1206 | * are as for raw_notifier_call_chain(). | 1206 | * are as for raw_notifier_call_chain(). |
1207 | */ | 1207 | */ |
1208 | 1208 | ||
1209 | int call_netdevice_notifiers(unsigned long val, void *v) | 1209 | int call_netdevice_notifiers(unsigned long val, struct net_device *dev) |
1210 | { | 1210 | { |
1211 | return raw_notifier_call_chain(&netdev_chain, val, v); | 1211 | return raw_notifier_call_chain(&netdev_chain, val, dev); |
1212 | } | 1212 | } |
1213 | 1213 | ||
1214 | /* When > 0 there are consumers of rx skb time stamps */ | 1214 | /* When > 0 there are consumers of rx skb time stamps */ |