Commit 6689319e authored by Linus Torvalds's avatar Linus Torvalds

Make sure to include syscalls.h to get proper prototypes.

Especially with REGPARM these things actually matter.
parent 98d27022
......@@ -3,6 +3,7 @@
#include <linux/sched.h>
#include <linux/cpu.h>
#include <linux/err.h>
#include <linux/syscalls.h>
#include <asm/atomic.h>
#include <asm/semaphore.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment