The patch titled <linux/sysdev.h> needs to include <linux/module.h> has been removed from the -mm tree. Its filename was linux-sysdevh-needs-to-include-linux-moduleh.patch This patch was dropped because it had testing failures ------------------------------------------------------ Subject: <linux/sysdev.h> needs to include <linux/module.h> From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> sysdev.h uses THIS_MODULE so should include <linux/module.h>. Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/sysdev.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/sysdev.h~linux-sysdevh-needs-to-include-linux-moduleh include/linux/sysdev.h --- a/include/linux/sysdev.h~linux-sysdevh-needs-to-include-linux-moduleh +++ a/include/linux/sysdev.h @@ -22,6 +22,7 @@ #define _SYSDEV_H_ #include <linux/kobject.h> +#include <linux/module.h> #include <linux/pm.h> _ Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are linux-sysdevh-needs-to-include-linux-moduleh.patch serial-driver-pmc-msp71xx.patch rm9000-serial-driver.patch rm9000-serial-driver-tidy.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 - 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