The patch titled i386: sched.h inclusion from module.h is baack has been removed from the -mm tree. Its filename was i386-schedh-inclusion-from-moduleh-is-baack.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: i386: sched.h inclusion from module.h is baack From: Alexey Dobriyan <adobriyan@xxxxxxxxx> linux/module.h -> linux/elf.h -> asm-i386/elf.h -> linux/utsname.h -> linux/sched.h Noticeably cut the number of files which are rebuild upon touching sched.h and cut down pulled junk from every module.h inclusion. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/i8k.c | 1 + fs/binfmt_elf.c | 1 + include/asm-i386/elf.h | 2 -- 3 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/char/i8k.c~i386-schedh-inclusion-from-moduleh-is-baack drivers/char/i8k.c --- a/drivers/char/i8k.c~i386-schedh-inclusion-from-moduleh-is-baack +++ a/drivers/char/i8k.c @@ -22,6 +22,7 @@ #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/dmi.h> +#include <linux/capability.h> #include <asm/uaccess.h> #include <asm/io.h> diff -puN fs/binfmt_elf.c~i386-schedh-inclusion-from-moduleh-is-baack fs/binfmt_elf.c --- a/fs/binfmt_elf.c~i386-schedh-inclusion-from-moduleh-is-baack +++ a/fs/binfmt_elf.c @@ -38,6 +38,7 @@ #include <linux/syscalls.h> #include <linux/random.h> #include <linux/elf.h> +#include <linux/utsname.h> #include <asm/uaccess.h> #include <asm/param.h> #include <asm/page.h> diff -puN include/asm-i386/elf.h~i386-schedh-inclusion-from-moduleh-is-baack include/asm-i386/elf.h --- a/include/asm-i386/elf.h~i386-schedh-inclusion-from-moduleh-is-baack +++ a/include/asm-i386/elf.h @@ -9,8 +9,6 @@ #include <asm/user.h> #include <asm/auxvec.h> -#include <linux/utsname.h> - #define R_386_NONE 0 #define R_386_32 1 #define R_386_PC32 2 _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch git-dvb.patch pata_scc-fix-compilation.patch git-parisc.patch git-scsi-misc.patch megaraid-fix-warnings-when-config_proc_fs=n.patch git-watchdog.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