The patch titled m68k: don't include asm-m68k/page.h in asm-m68k/user.h has been added to the -mm tree. Its filename is m68k-dont-include-asm-m68k-pageh-in-asm-m68k-userh.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: don't include asm-m68k/page.h in asm-m68k/user.h From: Mike Frysinger <vapier@xxxxxxxxxx> We don't actually use anything from asm-m68k/page.h in asm-m68k/user.h, so don't bother including it Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-m68k/user.h | 2 -- 1 files changed, 2 deletions(-) diff -puN include/asm-m68k/user.h~m68k-dont-include-asm-m68k-pageh-in-asm-m68k-userh include/asm-m68k/user.h --- a/include/asm-m68k/user.h~m68k-dont-include-asm-m68k-pageh-in-asm-m68k-userh +++ a/include/asm-m68k/user.h @@ -1,8 +1,6 @@ #ifndef _M68K_USER_H #define _M68K_USER_H -#include <asm/page.h> - /* Core file format: The core file is written in such a way that gdb can understand it and provide useful information to the user (under linux we use the 'trad-core' bfd). There are quite a number of _ Patches currently in -mm which might be from vapier@xxxxxxxxxx are search-a-little-harder-for-mkimage.patch new-toplevel-target-headers_check_all.patch use-__u64-rather-than-u64-in-parisc-statfs-structs.patch use-__u32-rather-than-u32-in-userspace-ioctls-in-usbdevice_fsh.patch m68k-dont-include-asm-m68k-pageh-in-asm-m68k-userh.patch some-rtc-documentation-updates.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