From: Stephen Rothwell Date: Mon, 24 Oct 2011 15:00:23 +0000 (+1100) Subject: dio: using prefetch requires including prefetch.h X-Git-Tag: next-20111101~4^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=12f64e1d0a1de663b6419ad69d7bf70e8c466167;p=karo-tx-linux.git dio: using prefetch requires including prefetch.h Signed-off-by: Stephen Rothwell Cc: Andi Kleen Signed-off-by: Andrew Morton --- diff --git a/fs/direct-io.c b/fs/direct-io.c index 1b44d86d210b..0834935c66e2 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@ -36,6 +36,7 @@ #include #include #include +#include /* * How many user pages to map in one call to get_user_pages(). This determines