]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] exec_protect: Fix incorrect extern declarations.
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 17 Apr 2008 05:46:07 +0000 (07:46 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 17 Apr 2008 05:46:59 +0000 (07:46 +0200)
commitd0a3c36a7177fc0195aba0e83c2147d91c11cdfd
tree1725b9b14a14ac98306cd4d9e9cd2dd1e94a0b6a
parent9f5d1145eccd376956a1931b4754e9dc502755c1
[S390] exec_protect: Fix incorrect extern declarations.

sys_sigreturn and sys_rt_sigreturn don't take any arguments. So luckily
this resulted only in unneeded instead of incorrect code.
But still this clearly shows why one should not put extern declarations
in C files (will be fixed with a larger sparse patch).

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/mm/fault.c