aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/kobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index 25908475861..63967da073a 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -158,7 +158,6 @@ struct kset {
158}; 158};
159 159
160extern void kset_init(struct kset * k); 160extern void kset_init(struct kset * k);
161extern int __must_check kset_add(struct kset * k);
162extern int __must_check kset_register(struct kset * k); 161extern int __must_check kset_register(struct kset * k);
163extern void kset_unregister(struct kset * k); 162extern void kset_unregister(struct kset * k);
164extern struct kset * __must_check kset_create_and_add(const char *name, 163extern struct kset * __must_check kset_create_and_add(const char *name,