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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index bdf4f7c45f19..57eea4cb940d 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -81,6 +81,9 @@ static inline const char * kobject_name(const struct kobject * kobj)
81extern void kobject_init(struct kobject *); 81extern void kobject_init(struct kobject *);
82extern void kobject_init_ng(struct kobject *kobj, struct kobj_type *ktype); 82extern void kobject_init_ng(struct kobject *kobj, struct kobj_type *ktype);
83extern int __must_check kobject_add(struct kobject *); 83extern int __must_check kobject_add(struct kobject *);
84extern int __must_check kobject_add_ng(struct kobject *kobj,
85 struct kobject *parent,
86 const char *fmt, ...);
84extern void kobject_del(struct kobject *); 87extern void kobject_del(struct kobject *);
85 88
86extern int __must_check kobject_rename(struct kobject *, const char *new_name); 89extern int __must_check kobject_rename(struct kobject *, const char *new_name);