aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r--include/linux/kobject.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index 8b45946e8506..56f5eaf10ea9 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -84,14 +84,9 @@ extern void kobject_init(struct kobject *);
84extern void kobject_cleanup(struct kobject *); 84extern void kobject_cleanup(struct kobject *);
85 85
86extern int __must_check kobject_add(struct kobject *); 86extern int __must_check kobject_add(struct kobject *);
87extern int __must_check kobject_shadow_add(struct kobject *kobj,
88 struct sysfs_dirent *shadow_parent);
89extern void kobject_del(struct kobject *); 87extern void kobject_del(struct kobject *);
90 88
91extern int __must_check kobject_rename(struct kobject *, const char *new_name); 89extern int __must_check kobject_rename(struct kobject *, const char *new_name);
92extern int __must_check kobject_shadow_rename(struct kobject *kobj,
93 struct sysfs_dirent *new_parent,
94 const char *new_name);
95extern int __must_check kobject_move(struct kobject *, struct kobject *); 90extern int __must_check kobject_move(struct kobject *, struct kobject *);
96 91
97extern int __must_check kobject_register(struct kobject *); 92extern int __must_check kobject_register(struct kobject *);