Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9abdc4cd authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk
Browse files

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: default avatarAdrian Bunk <bunk@stusta.de>
parent 9f56f743
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,7 @@
#include <linux/kernel.h>
#include <linux/kernel.h>
#include <linux/ioprio.h>
#include <linux/ioprio.h>
#include <linux/blkdev.h>
#include <linux/blkdev.h>
#include <linux/syscalls.h>


static int set_task_ioprio(struct task_struct *task, int ioprio)
static int set_task_ioprio(struct task_struct *task, int ioprio)
{
{