Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d701d8a3 authored by Ralf Baechle's avatar Ralf Baechle Committed by Linus Torvalds
Browse files

[PATCH] Fix sysfs build breakage if !CONFIG_SYSFS



B0rkage introduced by dfa87c82.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 516dffdc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -211,9 +211,8 @@ static inline int sysfs_add_file_to_group(struct kobject *kobj,
}

static inline void sysfs_remove_file_from_group(struct kobject *kobj,
		const struct attribute *attr, const char *group);
		const struct attribute *attr, const char *group)
{
	;
}

static inline void sysfs_notify(struct kobject * k, char *dir, char *attr)