]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dio: using prefetch requires including prefetch.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 29 Sep 2011 06:19:00 +0000 (16:19 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 30 Sep 2011 04:53:54 +0000 (14:53 +1000)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@google.com>
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