]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
fs/ioprio.c should #include <linux/syscalls.h>
authorAdrian Bunk <bunk@stusta.de>
Tue, 8 Nov 2005 15:57:02 +0000 (16:57 +0100)
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>
Tue, 8 Nov 2005 15:57:02 +0000 (16:57 +0100)
Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
fs/ioprio.c

index d1c1f2b2c9da9796affc6be18b8793489b9f2873..4bf1c6365a19d2ce3d9ae52da457026792528f40 100644 (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)
 {