2009-09-22 13:50:26

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
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 bc4d8d7..03b3616 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 */
--
1.6.0.6


2009-09-25 01:58:39

by Paul Mundt

[permalink] [raw]
Subject: Re: [PATCH] SH: includecheck fix: dwarf.c

On Tue, Sep 22, 2009 at 07:20:26PM +0530, Jaswinder Singh Rajput wrote:
>
> 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 <[email protected]>

Applied, thanks.