]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitc2e8b8531b162fb314434f1f2608ba1ddf46b98f
tree1725b9b14a14ac98306cd4d9e9cd2dd1e94a0b6a
parenta695f16729e00995fe72baf0e8bee4bf9c232ae0
[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