From: Heiko Carstens Date: Thu, 17 Apr 2008 05:46:07 +0000 (+0200) Subject: [S390] exec_protect: Fix incorrect extern declarations. X-Git-Tag: v2.6.26-rc1~1158^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2e8b8531b162fb314434f1f2608ba1ddf46b98f;p=pandora-kernel.git [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 Signed-off-by: Heiko Carstens --- Reading git-diff-tree failed