diff options
-rw-r--r-- | kernel/sys_ni.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c index b0ec498a18d9..52c7a151e298 100644 --- a/kernel/sys_ni.c +++ b/kernel/sys_ni.c | |||
@@ -4,6 +4,10 @@ | |||
4 | 4 | ||
5 | #include <asm/unistd.h> | 5 | #include <asm/unistd.h> |
6 | 6 | ||
7 | /* we can't #include <linux/syscalls.h> here, | ||
8 | but tell gcc to not warn with -Wmissing-prototypes */ | ||
9 | asmlinkage long sys_ni_syscall(void); | ||
10 | |||
7 | /* | 11 | /* |
8 | * Non-implemented system calls get redirected here. | 12 | * Non-implemented system calls get redirected here. |
9 | */ | 13 | */ |