diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index e48ee2eaaa3e..779b23595596 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -3284,6 +3284,7 @@ void __dev_notify_flags(struct net_device *, unsigned int old_flags, | |||
3284 | int dev_change_name(struct net_device *, const char *); | 3284 | int dev_change_name(struct net_device *, const char *); |
3285 | int dev_set_alias(struct net_device *, const char *, size_t); | 3285 | int dev_set_alias(struct net_device *, const char *, size_t); |
3286 | int dev_change_net_namespace(struct net_device *, struct net *, const char *); | 3286 | int dev_change_net_namespace(struct net_device *, struct net *, const char *); |
3287 | int __dev_set_mtu(struct net_device *, int); | ||
3287 | int dev_set_mtu(struct net_device *, int); | 3288 | int dev_set_mtu(struct net_device *, int); |
3288 | void dev_set_group(struct net_device *, int); | 3289 | void dev_set_group(struct net_device *, int); |
3289 | int dev_set_mac_address(struct net_device *, struct sockaddr *); | 3290 | int dev_set_mac_address(struct net_device *, struct sockaddr *); |