The patch titled m68k: <asm/page.h> needs <linux/compiler.h> has been removed from the -mm tree. Its filename was m68k-asm-pageh-needs-linux-compilerh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: m68k: <asm/page.h> needs <linux/compiler.h> From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> m68k: <asm/page.h> needs <linux/compiler.h> because of __attribute_const__ Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-m68k/page.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/asm-m68k/page.h~m68k-asm-pageh-needs-linux-compilerh include/asm-m68k/page.h --- a/include/asm-m68k/page.h~m68k-asm-pageh-needs-linux-compilerh +++ a/include/asm-m68k/page.h @@ -27,6 +27,8 @@ #ifndef __ASSEMBLY__ +#include <linux/compiler.h> + #include <asm/module.h> #define get_user_page(vaddr) __get_free_page(GFP_KERNEL) _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are origin.patch mips-add-gpio-support-to-the-bcm947xx-platform.patch mips-gpio-led-driver-for-the-wgt634u-machine.patch during-vm-oom-condition-kill-all-threads-in-process-group.patch move-preempt_notifiers-into-an-always-included-kconfig.patch add-missing-newlines-to-some-uses-of-dev_level-messages.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