aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r--include/linux/kobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index 33e7a6142a75..7b09136fb211 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -105,7 +105,6 @@ extern void kobject_put(struct kobject *);
105 105
106extern struct kobject *kobject_kset_add_dir(struct kset *kset, 106extern struct kobject *kobject_kset_add_dir(struct kset *kset,
107 struct kobject *, const char *); 107 struct kobject *, const char *);
108extern struct kobject *kobject_add_dir(struct kobject *, const char *);
109 108
110extern char * kobject_get_path(struct kobject *, gfp_t); 109extern char * kobject_get_path(struct kobject *, gfp_t);
111 110