diff options
author | stanley.miao <stanley.miao@windriver.com> | 2010-04-20 06:33:27 +0000 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-04-23 15:35:11 -0700 |
commit | 908c08d523f432a1b52298e2a50b21f4eebe6707 (patch) | |
tree | 3b9fadb47a1dae393cf84072ab529e8f780d72f3 | |
parent | 562468bd697a88ad78a751823dc92f027f8c179c (diff) |
omap: remove one of the define of INT_34XX_BENCH_MPU_EMUL
INT_34XX_BENCH_MPU_EMUL was defined twice, another is at Line 312.
Signed-off-by: Stanley.Miao <stanley.miao@windriver.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/plat-omap/include/plat/irqs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/include/plat/irqs.h b/arch/arm/plat-omap/include/plat/irqs.h index b65088a869e9..401701977dbb 100644 --- a/arch/arm/plat-omap/include/plat/irqs.h +++ b/arch/arm/plat-omap/include/plat/irqs.h @@ -345,8 +345,6 @@ #define INT_34XX_MMC3_IRQ 94 #define INT_34XX_GPT12_IRQ 95 -#define INT_34XX_BENCH_MPU_EMUL 3 - #define INT_35XX_HECC0_IRQ 24 #define INT_35XX_HECC1_IRQ 28 #define INT_35XX_EMAC_C0_RXTHRESH_IRQ 67 |