]> 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, 8 Dec 2011 04:42:58 +0000 (15:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Dec 2011 06:46:30 +0000 (17: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 d8a738b91f234f5e7952f41bc94e985bc7213462..4a588dbd11bfa57926b647e1e66bdd35a446cad4 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