From: Geert Uytterhoeven Date: Wed, 9 May 2007 03:27:03 +0000 (-0700) Subject: m68k: needs X-Git-Tag: v2.6.22-rc1~339 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b590d2baf17f8890f648e76436abdb8674d564eb;p=linux-2.6 m68k: needs 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 Signed-off-by: Linus Torvalds --- diff --git a/include/asm-m68k/scatterlist.h b/include/asm-m68k/scatterlist.h index 8e612266da..24887a2d9c 100644 --- a/include/asm-m68k/scatterlist.h +++ b/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;