fix core/stacktrace changes on avr32, mips, sh
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 14 Jul 2008 21:32:32 +0000 (23:32 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Jul 2008 12:42:35 +0000 (14:42 +0200)
commit8b95d9172be7146c87e7a998310ce2919c851adc
treeb1da4f1a21e93a9edc9f1b1ae37e0f16645aff0a
parent5b664cb235e97afbf34db9c4d77f08ebd725335e
fix core/stacktrace changes on avr32, mips, sh

Fixes this type of problem:

  CC      arch/s390/kernel/stacktrace.o
arch/s390/kernel/stacktrace.c:84: warning: data definition has no type or storage class
arch/s390/kernel/stacktrace.c:84: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
arch/s390/kernel/stacktrace.c:84: warning: parameter names (without types) in function declaration
arch/s390/kernel/stacktrace.c:97: warning: data definition has no type or storage class
arch/s390/kernel/stacktrace.c:97: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
arch/s390/kernel/stacktrace.c:97: warning: parameter names (without types) in function declaration

caused by "stacktrace: export save_stack_trace[_tsk]"

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/avr32/kernel/stacktrace.c
arch/mips/kernel/stacktrace.c
arch/sh/kernel/stacktrace.c