diff options
Diffstat (limited to 'include/linux/sysfs.h')
-rw-r--r-- | include/linux/sysfs.h | 6 |
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, | |||
219 | void sysfs_delete_link(struct kobject *dir, struct kobject *targ, | 219 | void sysfs_delete_link(struct kobject *dir, struct kobject *targ, |
220 | const char *name); | 220 | const char *name); |
221 | 221 | ||
222 | void sysfs_enable_ns(struct sysfs_dirent *sd); | ||
223 | |||
224 | int __must_check sysfs_create_group(struct kobject *kobj, | 222 | int __must_check sysfs_create_group(struct kobject *kobj, |
225 | const struct attribute_group *grp); | 223 | const struct attribute_group *grp); |
226 | int __must_check sysfs_create_groups(struct kobject *kobj, | 224 | int __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 | ||
357 | static inline void sysfs_enable_ns(struct sysfs_dirent *sd) | ||
358 | { | ||
359 | } | ||
360 | |||
361 | static inline int sysfs_create_group(struct kobject *kobj, | 355 | static inline int sysfs_create_group(struct kobject *kobj, |
362 | const struct attribute_group *grp) | 356 | const struct attribute_group *grp) |
363 | { | 357 | { |