kobject: add kobject_init_ng function
[safe/jmp/linux-2.6] / include / linux / kobject.h
index 2d19a07..bdf4f7c 100644 (file)
@@ -79,6 +79,7 @@ static inline const char * kobject_name(const struct kobject * kobj)
 }
 
 extern void kobject_init(struct kobject *);
+extern void kobject_init_ng(struct kobject *kobj, struct kobj_type *ktype);
 extern int __must_check kobject_add(struct kobject *);
 extern void kobject_del(struct kobject *);