Skip to content

Commit

Permalink
[POWERPC] Fix new warnings arising from stacktrace patch
Browse files Browse the repository at this point in the history
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 <hch@lst.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Christoph Hellwig authored and Paul Mackerras committed Apr 24, 2008
1 parent 2c419bd commit 885aa35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/powerpc/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <linux/sched.h>
#include <linux/stacktrace.h>
#include <asm/ptrace.h>
#include <asm/asm-offsets.h>

/*
* Save stack-backtrace addresses into a stack_trace buffer.
Expand Down

0 comments on commit 885aa35

Please sign in to comment.