aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sysfs.h')
-rw-r--r--include/linux/sysfs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h
index e17381a92e1a..2bc735d3e938 100644
--- a/include/linux/sysfs.h
+++ b/include/linux/sysfs.h
@@ -219,8 +219,6 @@ int sysfs_rename_link_ns(struct kobject *kobj, struct kobject *target,
219void sysfs_delete_link(struct kobject *dir, struct kobject *targ, 219void sysfs_delete_link(struct kobject *dir, struct kobject *targ,
220 const char *name); 220 const char *name);
221 221
222void sysfs_enable_ns(struct sysfs_dirent *sd);
223
224int __must_check sysfs_create_group(struct kobject *kobj, 222int __must_check sysfs_create_group(struct kobject *kobj,
225 const struct attribute_group *grp); 223 const struct attribute_group *grp);
226int __must_check sysfs_create_groups(struct kobject *kobj, 224int __must_check sysfs_create_groups(struct kobject *kobj,
@@ -354,10 +352,6 @@ static inline void sysfs_delete_link(struct kobject *k, struct kobject *t,
354{ 352{
355} 353}
356 354
357static inline void sysfs_enable_ns(struct sysfs_dirent *sd)
358{
359}
360
361static inline int sysfs_create_group(struct kobject *kobj, 355static inline int sysfs_create_group(struct kobject *kobj,
362 const struct attribute_group *grp) 356 const struct attribute_group *grp)
363{ 357{