Skip to content

Commit

Permalink
powerpc: Removed duplicated include in stacktrace.c
Browse files Browse the repository at this point in the history
Removed duplicated include file <linux/module.h> in
arch/powerpc/kernel/stacktrace.c.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Huang Weiyi authored and Benjamin Herrenschmidt committed Jul 28, 2008
1 parent d65d830 commit d3b0602
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/module.h>
#include <linux/sched.h>
#include <linux/stacktrace.h>
#include <linux/module.h>
#include <asm/ptrace.h>
#include <asm/processor.h>

Expand Down

0 comments on commit d3b0602

Please sign in to comment.