diff options
Diffstat (limited to 'include')
-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 46c36ffe20ee..a4b14fd81c6a 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -2171,6 +2171,8 @@ extern void dev_seq_stop(struct seq_file *seq, void *v); | |||
2171 | extern int netdev_class_create_file(struct class_attribute *class_attr); | 2171 | extern int netdev_class_create_file(struct class_attribute *class_attr); |
2172 | extern void netdev_class_remove_file(struct class_attribute *class_attr); | 2172 | extern void netdev_class_remove_file(struct class_attribute *class_attr); |
2173 | 2173 | ||
2174 | extern struct kobj_ns_type_operations net_ns_type_operations; | ||
2175 | |||
2174 | extern char *netdev_drivername(const struct net_device *dev, char *buffer, int len); | 2176 | extern char *netdev_drivername(const struct net_device *dev, char *buffer, int len); |
2175 | 2177 | ||
2176 | extern void linkwatch_run_queue(void); | 2178 | extern void linkwatch_run_queue(void); |