From: Geert Uytterhoeven Date: Wed, 9 May 2007 03:27:03 +0000 (-0700) Subject: m68k: needs X-Git-Tag: v4.13~38612 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b590d2baf17f8890f648e76436abdb8674d564eb;p=mirror_ubuntu-bionic-kernel.git 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 8e612266da51..24887a2d9c7b 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;