]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dio: using prefetch requires including prefetch.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Oct 2011 00:44:08 +0000 (11:44 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Oct 2011 07:56:16 +0000 (18:56 +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 a05ca0555ea201990908fd373f20c3389f23a475..8d22849ada3f9f470d5d1d2eabe35d3993f40636 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