diff options
author | Tony Lindgren <tony@atomide.com> | 2010-02-12 12:26:48 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 09:27:04 -0800 |
commit | 140455fa007a618d2d1bf5e6e888206534035e6f (patch) | |
tree | de32228b71e7992ad95a00756daaa2f527043c8f /arch/arm/plat-omap/dma.c | |
parent | a8eb7ca0cbb41c9cd379b8d2a2a5efb503aa65e9 (diff) | |
download | blackbird-op-linux-140455fa007a618d2d1bf5e6e888206534035e6f.tar.gz blackbird-op-linux-140455fa007a618d2d1bf5e6e888206534035e6f.zip |
omap2/3/4: Replace orred CONFIG_ARCH_OMAP2/3/4 with CONFIG_ARCH_OMAP2PLUS
omap: Replace orred CONFIG_ARCH_OMAP2/3/4 with CONFIG_ARCH_OMAP2PLUS
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/dma.c')
-rw-r--r-- | arch/arm/plat-omap/dma.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index 728c64204184..30ff525fe33c 100644 --- a/arch/arm/plat-omap/dma.c +++ b/arch/arm/plat-omap/dma.c @@ -1870,8 +1870,7 @@ static irqreturn_t omap1_dma_irq_handler(int irq, void *dev_id) #define omap1_dma_irq_handler NULL #endif -#if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3) || \ - defined(CONFIG_ARCH_OMAP4) +#ifdef CONFIG_ARCH_OMAP2PLUS static int omap2_dma_handle_ch(int ch) { |