The patch titled Fix sysfs build breakage if !CONFIG_SYSFS has been removed from the -mm tree. Its filename was fix-sysfs-build-breakage-if-config_sysfs.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Fix sysfs build breakage if !CONFIG_SYSFS From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> B0rkage introduced by dfa87c824a9a5430008acd1ed2e8111ed164fcbe. Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/sysfs.h | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN include/linux/sysfs.h~fix-sysfs-build-breakage-if-config_sysfs include/linux/sysfs.h --- a/include/linux/sysfs.h~fix-sysfs-build-breakage-if-config_sysfs +++ a/include/linux/sysfs.h @@ -212,9 +212,8 @@ static inline int sysfs_add_file_to_grou } 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) _ Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are origin.patch serial-driver-pmc-msp71xx.patch rm9000-serial-driver.patch rm9000-serial-driver-tidy.patch x86_64-fix-ia32_binfmtc-build-error.patch linux-sysdevh-needs-to-include-linux-moduleh.patch simplify-the-stacktrace-code.patch fixes-and-cleanups-for-earlyprintk-aka-boot-console.patch mips-convert-to-use-shared-apm-emulation-fix.patch atomich-add-atomic64-cmpxchg-xchg-and-add_unless-to-mips.patch local_t-mips-extension.patch local_t-mips-extension-fix.patch local_t-mips-extension-shrink-duplicated-mips-32-64-bits-functions-from-localh.patch local_t-mips-extension-shrink-duplicated-mips-32-64-bits-functions-from-localh-fix.patch tgafb-turbochannel-support.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html