Skip to content

Commit

Permalink
fs/ioprio.c should #include <linux/syscalls.h>
Browse files Browse the repository at this point in the history
Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Adrian Bunk authored and Adrian Bunk committed Nov 8, 2005
1 parent 9f56f74 commit 9abdc4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/ioprio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 9abdc4c

Please sign in to comment.