diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-22 13:50:26 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-09-24 16:21:50 +0900 |
commit | a6bbce200deefb78c49e159ca718df22f18e5037 (patch) | |
tree | f94a6d0fb7176283b2521cc7cd559660e7dbc8dc | |
parent | 94a8d5caba74211ec76dac80fc6e2d5c391530df (diff) |
sh: includecheck fix: dwarf.c
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>
-rw-r--r-- | arch/sh/kernel/dwarf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/dwarf.c b/arch/sh/kernel/dwarf.c index bc4d8d75332b..03b3616c80a5 100644 --- a/arch/sh/kernel/dwarf.c +++ b/arch/sh/kernel/dwarf.c @@ -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 */ |