kernel/sys_ni.c: add dummy sys_ni_syscall() prototype
authorAdrian Bunk <bunk@kernel.org>
Wed, 17 Oct 2007 06:29:25 +0000 (23:29 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:55 +0000 (08:42 -0700)
commit0732a552cb31a40db47f7d48e54847190e452da9
tree9ce130a249dd339556bcc804b0e6ad9600382985
parent827afdf093cce59bbbf9dc9f1c2eab86e2232b9e
kernel/sys_ni.c: add dummy sys_ni_syscall() prototype

kernel/sys_ni.c can't #include <linux/syscalls.h> due to cond_syscall(),
but let's tell gcc to not warn with -Wmissing-prototypes.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sys_ni.c