diff options
Diffstat (limited to 'arch/arm/mach-omap1/mcbsp.c')
-rw-r--r-- | arch/arm/mach-omap1/mcbsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/mcbsp.c b/arch/arm/mach-omap1/mcbsp.c index 91f9abbd3250..fe11e135730c 100644 --- a/arch/arm/mach-omap1/mcbsp.c +++ b/arch/arm/mach-omap1/mcbsp.c | |||
@@ -449,7 +449,7 @@ static int __init omap1_mcbsp_init(void) | |||
449 | omap16xx_mcbsp_pdata, | 449 | omap16xx_mcbsp_pdata, |
450 | OMAP16XX_MCBSP_COUNT); | 450 | OMAP16XX_MCBSP_COUNT); |
451 | 451 | ||
452 | return omap_mcbsp_init(); | 452 | return 0; |
453 | } | 453 | } |
454 | 454 | ||
455 | arch_initcall(omap1_mcbsp_init); | 455 | arch_initcall(omap1_mcbsp_init); |