]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/kobject.h
driver core: get rid of struct device's bus_id string array
[linux-2.6-omap-h63xx.git] / include / linux / kobject.h
index 5437ac0276e232d259a886e7b644f4b4e2e44935..c9c214d7bba2540fa0e83fb635396287c79a7310 100644 (file)
@@ -72,6 +72,8 @@ struct kobject {
 
 extern int kobject_set_name(struct kobject *kobj, const char *name, ...)
                            __attribute__((format(printf, 2, 3)));
+extern int kobject_set_name_vargs(struct kobject *kobj, const char *fmt,
+                                 va_list vargs);
 
 static inline const char *kobject_name(const struct kobject *kobj)
 {