diff options
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r-- | include/linux/kobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index dcd0623be892..e38bb357282a 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -259,7 +259,7 @@ struct subsys_attribute { | |||
259 | extern int subsys_create_file(struct subsystem * , struct subsys_attribute *); | 259 | extern int subsys_create_file(struct subsystem * , struct subsys_attribute *); |
260 | extern void subsys_remove_file(struct subsystem * , struct subsys_attribute *); | 260 | extern void subsys_remove_file(struct subsystem * , struct subsys_attribute *); |
261 | 261 | ||
262 | #if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET) | 262 | #if defined(CONFIG_HOTPLUG) |
263 | void kobject_uevent(struct kobject *kobj, enum kobject_action action); | 263 | void kobject_uevent(struct kobject *kobj, enum kobject_action action); |
264 | 264 | ||
265 | int add_uevent_var(char **envp, int num_envp, int *cur_index, | 265 | int add_uevent_var(char **envp, int num_envp, int *cur_index, |