From: Heiko Carstens Date: Tue, 17 Jul 2007 11:36:07 +0000 (+0200) Subject: [S390] Simplify stack trace. X-Git-Tag: v2.6.23-rc1~508^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90a2857c666913258528ce96decc43c749bbf95;p=pandora-kernel.git [S390] Simplify stack trace. sparse gives us a few of these: stacktrace.c:69:38: warning: incorrect type in argument 2 (different signedness) stacktrace.c:69:38: expected unsigned int *skip Just get rid of the 'skip' argument since it is contained in the struct stack_trace that gets passed anyway. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed