diff options
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r-- | include/linux/kobject.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 4a0d27f475d7..2d19a079ee79 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -79,8 +79,6 @@ static inline const char * kobject_name(const struct kobject * kobj) | |||
79 | } | 79 | } |
80 | 80 | ||
81 | extern void kobject_init(struct kobject *); | 81 | extern void kobject_init(struct kobject *); |
82 | extern void kobject_cleanup(struct kobject *); | ||
83 | |||
84 | extern int __must_check kobject_add(struct kobject *); | 82 | extern int __must_check kobject_add(struct kobject *); |
85 | extern void kobject_del(struct kobject *); | 83 | extern void kobject_del(struct kobject *); |
86 | 84 | ||