diff options
Diffstat (limited to 'net/ieee802154/6lowpan.c')
-rw-r--r-- | net/ieee802154/6lowpan.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c index 55e1fd5b3e56..3b9d5f20bd1c 100644 --- a/net/ieee802154/6lowpan.c +++ b/net/ieee802154/6lowpan.c | |||
@@ -1352,10 +1352,9 @@ static inline void lowpan_netlink_fini(void) | |||
1352 | } | 1352 | } |
1353 | 1353 | ||
1354 | static int lowpan_device_event(struct notifier_block *unused, | 1354 | static int lowpan_device_event(struct notifier_block *unused, |
1355 | unsigned long event, | 1355 | unsigned long event, void *ptr) |
1356 | void *ptr) | ||
1357 | { | 1356 | { |
1358 | struct net_device *dev = ptr; | 1357 | struct net_device *dev = netdev_notifier_info_to_dev(ptr); |
1359 | LIST_HEAD(del_list); | 1358 | LIST_HEAD(del_list); |
1360 | struct lowpan_dev_record *entry, *tmp; | 1359 | struct lowpan_dev_record *entry, *tmp; |
1361 | 1360 | ||