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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index 8b0aa715fa2f..84c5afd58899 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -80,9 +80,9 @@ static inline const char * kobject_name(const struct kobject * kobj)
80 80
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_ng(struct kobject *kobj, 83extern int __must_check kobject_add(struct kobject *kobj,
84 struct kobject *parent, 84 struct kobject *parent,
85 const char *fmt, ...); 85 const char *fmt, ...);
86extern int __must_check kobject_init_and_add(struct kobject *kobj, 86extern int __must_check kobject_init_and_add(struct kobject *kobj,
87 struct kobj_type *ktype, 87 struct kobj_type *ktype,
88 struct kobject *parent, 88 struct kobject *parent,