diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-05 12:14:17 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-11-07 11:13:54 +0900 |
commit | d177469905600e7fc093b683b00362493b2947b5 (patch) | |
tree | 24fcdb79711fac580018a1328352321f4b76c782 /arch/sh/boards/renesas/sh7710voipgw/setup.c | |
parent | b5f2d739e1f1fcfd3b9277cd43afad024bd7eca9 (diff) |
sh: Kill off duplicate includes.
Caught by the surprisingly not-entirely-useless 'includecheck'.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/renesas/sh7710voipgw/setup.c')
-rw-r--r-- | arch/sh/boards/renesas/sh7710voipgw/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/boards/renesas/sh7710voipgw/setup.c b/arch/sh/boards/renesas/sh7710voipgw/setup.c index 2dce8bd97f9..0d56fd83bcb 100644 --- a/arch/sh/boards/renesas/sh7710voipgw/setup.c +++ b/arch/sh/boards/renesas/sh7710voipgw/setup.c @@ -11,7 +11,6 @@ #include <asm/machvec.h> #include <asm/irq.h> #include <asm/io.h> -#include <asm/irq.h> static struct ipr_data sh7710voipgw_ipr_map[] = { { TIMER2_IRQ, TIMER2_IPR_ADDR, TIMER2_IPR_POS, TIMER2_PRIORITY }, |