diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-22 09:50:26 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-09-24 03:21:50 -0400 |
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 @@ | |||
24 | #include <asm/unwinder.h> | 24 | #include <asm/unwinder.h> |
25 | #include <asm/sections.h> | 25 | #include <asm/sections.h> |
26 | #include <asm/unaligned.h> | 26 | #include <asm/unaligned.h> |
27 | #include <asm/dwarf.h> | ||
28 | #include <asm/stacktrace.h> | 27 | #include <asm/stacktrace.h> |
29 | 28 | ||
30 | /* Reserve enough memory for two stack frames */ | 29 | /* Reserve enough memory for two stack frames */ |