The patch titled m68k: <asm/scatterlist.h> needs <linux/types.h> has been added to the -mm tree. Its filename is m68k-asm-scatterlisth-needs-linux-typesh.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/scatterlist.h> needs <linux/types.h> From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> The recent <linux/pci.h> cleanup uncovered that include/asm-m68k/scatterlist.h needs to include <linux/types.h> Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-m68k/scatterlist.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/asm-m68k/scatterlist.h~m68k-asm-scatterlisth-needs-linux-typesh include/asm-m68k/scatterlist.h --- a/include/asm-m68k/scatterlist.h~m68k-asm-scatterlisth-needs-linux-typesh +++ a/include/asm-m68k/scatterlist.h @@ -1,6 +1,8 @@ #ifndef _M68K_SCATTERLIST_H #define _M68K_SCATTERLIST_H +#include <linux/types.h> + struct scatterlist { struct page *page; unsigned int offset; _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are origin.patch mac80211-include-linux-delayh-instead-of-asm-delayh.patch m68k-asm-scatterlisth-needs-linux-typesh.patch allow-arch-to-initialize-arch-field-of-the-module-structure.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