1
0
Fork 0

fs/ioprio.c should #include <linux/syscalls.h>

Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
hifive-unleashed-5.1
Adrian Bunk 2005-11-08 16:57:02 +01:00 committed by Adrian Bunk
parent 9f56f743e8
commit 9abdc4cd8a
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <linux/kernel.h>
#include <linux/ioprio.h>
#include <linux/blkdev.h>
#include <linux/syscalls.h>
static int set_task_ioprio(struct task_struct *task, int ioprio)
{