|
@@ -1334,7 +1334,6 @@ struct kobj_ns_type_operations net_ns_type_operations = {
|
|
|
};
|
|
|
EXPORT_SYMBOL_GPL(net_ns_type_operations);
|
|
|
|
|
|
-#ifdef CONFIG_HOTPLUG
|
|
|
static int netdev_uevent(struct device *d, struct kobj_uevent_env *env)
|
|
|
{
|
|
|
struct net_device *dev = to_net_dev(d);
|
|
@@ -1353,7 +1352,6 @@ static int netdev_uevent(struct device *d, struct kobj_uevent_env *env)
|
|
|
exit:
|
|
|
return retval;
|
|
|
}
|
|
|
-#endif
|
|
|
|
|
|
/*
|
|
|
* netdev_release -- destroy and free a dead device.
|
|
@@ -1382,9 +1380,7 @@ static struct class net_class = {
|
|
|
#ifdef CONFIG_SYSFS
|
|
|
.dev_attrs = net_class_attributes,
|
|
|
#endif /* CONFIG_SYSFS */
|
|
|
-#ifdef CONFIG_HOTPLUG
|
|
|
.dev_uevent = netdev_uevent,
|
|
|
-#endif
|
|
|
.ns_type = &net_ns_type_operations,
|
|
|
.namespace = net_namespace,
|
|
|
};
|