summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-02-20 13:16:52 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-03-01 15:17:29 +1100
commitb9feba5276a886402590f9eee8f348f3ea2db780 (patch)
tree2da8bd5152034c044d78ad6433d0ea81100afd05
parent1e0041f9375d6a186bb076572b534620f1189a8c (diff)
aio-dont-include-aioh-in-schedh-fix-3-fix-fix
fix build Reported-by: Fengguang Wu <fengguang.wu@intel.com> Cc: Kent Overstreet <koverstreet@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--include/linux/writeback.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h
index 9a9367c0c076..579a5007c696 100644
--- a/include/linux/writeback.h
+++ b/include/linux/writeback.h
@@ -5,6 +5,7 @@
#define WRITEBACK_H
#include <linux/sched.h>
+#include <linux/workqueue.h>
#include <linux/fs.h>
DECLARE_PER_CPU(int, dirty_throttle_leaks);