diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index d79be3055f5f..18cf464450ee 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -3612,7 +3612,8 @@ int dev_ifconf(struct net *net, struct ifconf *, int); | |||
3612 | int dev_ethtool(struct net *net, struct ifreq *); | 3612 | int dev_ethtool(struct net *net, struct ifreq *); |
3613 | unsigned int dev_get_flags(const struct net_device *); | 3613 | unsigned int dev_get_flags(const struct net_device *); |
3614 | int __dev_change_flags(struct net_device *, unsigned int flags); | 3614 | int __dev_change_flags(struct net_device *, unsigned int flags); |
3615 | int dev_change_flags(struct net_device *, unsigned int); | 3615 | int dev_change_flags(struct net_device *dev, unsigned int flags, |
3616 | struct netlink_ext_ack *extack); | ||
3616 | void __dev_notify_flags(struct net_device *, unsigned int old_flags, | 3617 | void __dev_notify_flags(struct net_device *, unsigned int old_flags, |
3617 | unsigned int gchanges); | 3618 | unsigned int gchanges); |
3618 | int dev_change_name(struct net_device *, const char *); | 3619 | int dev_change_name(struct net_device *, const char *); |