diff options
Diffstat (limited to 'net/ipv6/ndisc.c')
-rw-r--r-- | net/ipv6/ndisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index 2712ab22a174..a0962697a257 100644 --- a/net/ipv6/ndisc.c +++ b/net/ipv6/ndisc.c | |||
@@ -1568,7 +1568,7 @@ int ndisc_rcv(struct sk_buff *skb) | |||
1568 | 1568 | ||
1569 | static int ndisc_netdev_event(struct notifier_block *this, unsigned long event, void *ptr) | 1569 | static int ndisc_netdev_event(struct notifier_block *this, unsigned long event, void *ptr) |
1570 | { | 1570 | { |
1571 | struct net_device *dev = ptr; | 1571 | struct net_device *dev = netdev_notifier_info_to_dev(ptr); |
1572 | struct net *net = dev_net(dev); | 1572 | struct net *net = dev_net(dev); |
1573 | struct inet6_dev *idev; | 1573 | struct inet6_dev *idev; |
1574 | 1574 | ||