aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/kobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index c374b5fa8d3b..7ece63f8abbd 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -255,7 +255,7 @@ struct subsys_attribute {
255extern int subsys_create_file(struct subsystem * , struct subsys_attribute *); 255extern int subsys_create_file(struct subsystem * , struct subsys_attribute *);
256extern void subsys_remove_file(struct subsystem * , struct subsys_attribute *); 256extern void subsys_remove_file(struct subsystem * , struct subsys_attribute *);
257 257
258#if defined(CONFIG_HOTPLUG) & defined(CONFIG_NET) 258#if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET)
259void kobject_uevent(struct kobject *kobj, enum kobject_action action); 259void kobject_uevent(struct kobject *kobj, enum kobject_action action);
260 260
261int add_uevent_var(char **envp, int num_envp, int *cur_index, 261int add_uevent_var(char **envp, int num_envp, int *cur_index,