diff options
Diffstat (limited to 'include/linux/sysfs.h')
| -rw-r--r-- | include/linux/sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h index 5ffaa3443712..f97d0dbb59fa 100644 --- a/include/linux/sysfs.h +++ b/include/linux/sysfs.h | |||
| @@ -437,7 +437,7 @@ static inline int __must_check sysfs_create_file(struct kobject *kobj, | |||
| 437 | static inline void sysfs_remove_file(struct kobject *kobj, | 437 | static inline void sysfs_remove_file(struct kobject *kobj, |
| 438 | const struct attribute *attr) | 438 | const struct attribute *attr) |
| 439 | { | 439 | { |
| 440 | return sysfs_remove_file_ns(kobj, attr, NULL); | 440 | sysfs_remove_file_ns(kobj, attr, NULL); |
| 441 | } | 441 | } |
| 442 | 442 | ||
| 443 | static inline int sysfs_rename_link(struct kobject *kobj, struct kobject *target, | 443 | static inline int sysfs_rename_link(struct kobject *kobj, struct kobject *target, |
