diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ioprio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ioprio.c b/fs/ioprio.c index d1c1f2b2c9da..4bf1c6365a19 100644 --- a/fs/ioprio.c +++ b/fs/ioprio.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
23 | #include <linux/ioprio.h> | 23 | #include <linux/ioprio.h> |
24 | #include <linux/blkdev.h> | 24 | #include <linux/blkdev.h> |
25 | #include <linux/syscalls.h> | ||
25 | 26 | ||
26 | static int set_task_ioprio(struct task_struct *task, int ioprio) | 27 | static int set_task_ioprio(struct task_struct *task, int ioprio) |
27 | { | 28 | { |