diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 4fbccc5f609a..fb20cc55ba52 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -744,6 +744,8 @@ struct net_device_ops { | |||
744 | unsigned short vid); | 744 | unsigned short vid); |
745 | #ifdef CONFIG_NET_POLL_CONTROLLER | 745 | #ifdef CONFIG_NET_POLL_CONTROLLER |
746 | void (*ndo_poll_controller)(struct net_device *dev); | 746 | void (*ndo_poll_controller)(struct net_device *dev); |
747 | int (*ndo_netpoll_setup)(struct net_device *dev, | ||
748 | struct netpoll_info *info); | ||
747 | void (*ndo_netpoll_cleanup)(struct net_device *dev); | 749 | void (*ndo_netpoll_cleanup)(struct net_device *dev); |
748 | #endif | 750 | #endif |
749 | int (*ndo_set_vf_mac)(struct net_device *dev, | 751 | int (*ndo_set_vf_mac)(struct net_device *dev, |