The patch titled m68k: <asm/page.h> needs <linux/compiler.h> has been added to the -mm tree. Its filename is m68k-asm-pageh-needs-linux-compilerh.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: 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 m68k-asm-pageh-needs-linux-compilerh.patch m68k-kill-superfluous-extern.patch m68k-remove-unnecessary-m68k_memoffset-export-and-init.patch remove-dead-code-in-via-pmu68k.patch m68k-use-_ac-instead-of-ifdef-__assembly__.patch m68k-enable-arbitary-speed-tty-support.patch m68k-dont-include-rodata-into-text-segment.patch m68k-fix-a-few-hickups-in-drivers-scsi-kconfig.patch zorro-make-sysfs-config-attribute-read-only.patch m68k-mac-make-mac_hid_mouse_emulate_buttons-declaration-visible.patch m68k-mac-make-mac_hid_mouse_emulate_buttons.patch during-vm-oom-condition-kill-all-threads-in-process-group.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