The patch titled <linux/sysdev.h> needs to include <linux/module.h> has been added to the -mm tree. Its filename is linux-sysdevh-needs-to-include-linux-moduleh.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/sysdev.h | 1 + 1 files 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 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 - 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