diff options
Diffstat (limited to 'arch/arm/mach-omap2/mcbsp.c')
-rw-r--r-- | arch/arm/mach-omap2/mcbsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index baa45173385..4b6e5157520 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c | |||
@@ -119,7 +119,7 @@ static struct omap_mcbsp_platform_data omap2430_mcbsp_pdata[] = { | |||
119 | #define OMAP2430_MCBSP_PDATA_SZ 0 | 119 | #define OMAP2430_MCBSP_PDATA_SZ 0 |
120 | #endif | 120 | #endif |
121 | 121 | ||
122 | #ifdef CONFIG_ARCH_OMAP34XX | 122 | #ifdef CONFIG_ARCH_OMAP3 |
123 | static struct omap_mcbsp_platform_data omap34xx_mcbsp_pdata[] = { | 123 | static struct omap_mcbsp_platform_data omap34xx_mcbsp_pdata[] = { |
124 | { | 124 | { |
125 | .phys_base = OMAP34XX_MCBSP1_BASE, | 125 | .phys_base = OMAP34XX_MCBSP1_BASE, |