]> err.no Git - linux-2.6/blobdiff - include/linux/kobject.h
[PATCH] libata-hp: update unload-unplug
[linux-2.6] / include / linux / kobject.h
index dcd0623be892fb522d82b698f51365f760f8a03d..c187c53cecd0f94dd15bf3340b87c9a3652ea6d3 100644 (file)
@@ -257,9 +257,8 @@ struct subsys_attribute {
 };
 
 extern int subsys_create_file(struct subsystem * , struct subsys_attribute *);
-extern void subsys_remove_file(struct subsystem * , struct subsys_attribute *);
 
-#if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET)
+#if defined(CONFIG_HOTPLUG)
 void kobject_uevent(struct kobject *kobj, enum kobject_action action);
 
 int add_uevent_var(char **envp, int num_envp, int *cur_index,