]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3a571fdd56538cbd57e5904e5f679d4dc9706d2e
tree9ce130a249dd339556bcc804b0e6ad9600382985
parent8e4512d058dbae67762197d6f68c158ccf1e7a4b
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