From: Christoph Hellwig Date: Wed, 23 Apr 2008 14:32:29 +0000 (+1000) Subject: [POWERPC] Fix new warnings arising from stacktrace patch X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=885aa35c9669ce7919d203036a87a7e1a4ebd25f;p=deliverable%2Flinux.git [POWERPC] Fix new warnings arising from stacktrace patch Remove the inclusion of asm-offsets.h from stacktrace.c. It isn't supposed to be included in C code and it causes problems with multiple definitions of things. Signed-off-by: Christoph Hellwig Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/kernel/stacktrace.c b/arch/powerpc/kernel/stacktrace.c index e3638eeaaae7..962944038430 100644 --- a/arch/powerpc/kernel/stacktrace.c +++ b/arch/powerpc/kernel/stacktrace.c @@ -13,7 +13,6 @@ #include #include #include -#include /* * Save stack-backtrace addresses into a stack_trace buffer.