]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dio: using prefetch requires including prefetch.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 24 Oct 2011 15:00:23 +0000 (02:00 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 1 Nov 2011 08:46:09 +0000 (19:46 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/direct-io.c

index 1b44d86d210b0faf5465fc08df54f8c5c3cb6202..0834935c66e2fa7f5f6bfb560a2cf75f15d79bce 100644 (file)
@@ -36,6 +36,7 @@
 #include <linux/rwsem.h>
 #include <linux/uio.h>
 #include <linux/atomic.h>
+#include <linux/prefetch.h>
 
 /*
  * How many user pages to map in one call to get_user_pages().  This determines