sh: includecheck fix: dwarf.c
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Tue, 22 Sep 2009 13:50:26 +0000 (13:50 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 24 Sep 2009 07:21:50 +0000 (16:21 +0900)
fix the following 'make includecheck' warning:

  arch/sh/kernel/dwarf.c: asm/dwarf.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/dwarf.c

index bc4d8d7..03b3616 100644 (file)
@@ -24,7 +24,6 @@
 #include <asm/unwinder.h>
 #include <asm/sections.h>
 #include <asm/unaligned.h>
-#include <asm/dwarf.h>
 #include <asm/stacktrace.h>
 
 /* Reserve enough memory for two stack frames */