diff options
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r-- | include/linux/kobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 84c5afd58899..53458b674fae 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -78,7 +78,6 @@ static inline const char * kobject_name(const struct kobject * kobj) | |||
78 | return kobj->k_name; | 78 | return kobj->k_name; |
79 | } | 79 | } |
80 | 80 | ||
81 | extern void kobject_init(struct kobject *); | ||
82 | extern void kobject_init_ng(struct kobject *kobj, struct kobj_type *ktype); | 81 | extern void kobject_init_ng(struct kobject *kobj, struct kobj_type *ktype); |
83 | extern int __must_check kobject_add(struct kobject *kobj, | 82 | extern int __must_check kobject_add(struct kobject *kobj, |
84 | struct kobject *parent, | 83 | struct kobject *parent, |