From: Geert Uytterhoeven The recent cleanup uncovered that include/asm-m68k/scatterlist.h needs to include Signed-off-by: Geert Uytterhoeven Cc: Roman Zippel Signed-off-by: Andrew Morton --- include/asm-m68k/scatterlist.h | 2 ++ 1 file 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 + struct scatterlist { struct page *page; unsigned int offset; _