diff options
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r-- | include/linux/kobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 5437ac0276e2..c9c214d7bba2 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -72,6 +72,8 @@ struct kobject { | |||
72 | 72 | ||
73 | extern int kobject_set_name(struct kobject *kobj, const char *name, ...) | 73 | extern int kobject_set_name(struct kobject *kobj, const char *name, ...) |
74 | __attribute__((format(printf, 2, 3))); | 74 | __attribute__((format(printf, 2, 3))); |
75 | extern int kobject_set_name_vargs(struct kobject *kobj, const char *fmt, | ||
76 | va_list vargs); | ||
75 | 77 | ||
76 | static inline const char *kobject_name(const struct kobject *kobj) | 78 | static inline const char *kobject_name(const struct kobject *kobj) |
77 | { | 79 | { |