diff options
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r-- | include/linux/kobject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index f91aeb745664..33e7a6142a75 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -91,6 +91,9 @@ extern int __must_check kobject_init_and_add(struct kobject *kobj, | |||
91 | 91 | ||
92 | extern void kobject_del(struct kobject *); | 92 | extern void kobject_del(struct kobject *); |
93 | 93 | ||
94 | extern struct kobject * __must_check kobject_create_and_add(const char *name, | ||
95 | struct kobject *parent); | ||
96 | |||
94 | extern int __must_check kobject_rename(struct kobject *, const char *new_name); | 97 | extern int __must_check kobject_rename(struct kobject *, const char *new_name); |
95 | extern int __must_check kobject_move(struct kobject *, struct kobject *); | 98 | extern int __must_check kobject_move(struct kobject *, struct kobject *); |
96 | 99 | ||