summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-03-02 15:25:51 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-03-07 14:27:22 +1100
commitfbde9ab9dbb8050647a6b0c62263ba08037468c4 (patch)
tree1d9d4979d8e56cc397203523ade8aa3e4b6eaa7f
parentf3208c0ceaf8fba2ed8d4277412e0829b11607d6 (diff)
aio-dont-include-aioh-in-schedh-fix-3
Cc: Kent Overstreet <koverstreet@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--drivers/scsi/sg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c
index 9f0c46547459..df5e961484e1 100644
--- a/drivers/scsi/sg.c
+++ b/drivers/scsi/sg.c
@@ -35,6 +35,7 @@ static int sg_version_num = 30534; /* 2 digits for each component */
#include <linux/sched.h>
#include <linux/string.h>
#include <linux/mm.h>
+#include <linux/aio.h>
#include <linux/errno.h>
#include <linux/mtio.h>
#include <linux/ioctl.h>