[PATCH] Fix sysfs build breakage if !CONFIG_SYSFS

B0rkage introduced by dfa87c824a9a5430008acd1ed2e8111ed164fcbe.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Ralf Baechle and committed by Linus Torvalds d701d8a3 516dffdc

+1 -2
+1 -2
include/linux/sysfs.h
··· 211 } 212 213 static inline void sysfs_remove_file_from_group(struct kobject *kobj, 214 - const struct attribute *attr, const char *group); 215 { 216 - ; 217 } 218 219 static inline void sysfs_notify(struct kobject * k, char *dir, char *attr)
··· 211 } 212 213 static inline void sysfs_remove_file_from_group(struct kobject *kobj, 214 + const struct attribute *attr, const char *group) 215 { 216 } 217 218 static inline void sysfs_notify(struct kobject * k, char *dir, char *attr)