From: Stephen Rothwell Date: Wed, 5 Oct 2011 00:44:08 +0000 (+1100) Subject: dio: using prefetch requires including prefetch.h X-Git-Tag: next-20111005~2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c772145c590a7792dc31c1a047caa3085f31c97f;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 a05ca0555ea2..8d22849ada3f 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