diff options
Diffstat (limited to 'arch/arm/mach-mx3/mach-mx35_3ds.c')
-rw-r--r-- | arch/arm/mach-mx3/mach-mx35_3ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/mach-mx35_3ds.c b/arch/arm/mach-mx3/mach-mx35_3ds.c index d5ca7ea0743a..7e73153b2b6b 100644 --- a/arch/arm/mach-mx3/mach-mx35_3ds.c +++ b/arch/arm/mach-mx3/mach-mx35_3ds.c | |||
@@ -150,7 +150,7 @@ static void __init mxc_board_init(void) | |||
150 | imx35_add_mxc_ehci_hs(&usb_host_pdata); | 150 | imx35_add_mxc_ehci_hs(&usb_host_pdata); |
151 | 151 | ||
152 | imx35_add_mxc_nand(&mx35pdk_nand_board_info); | 152 | imx35_add_mxc_nand(&mx35pdk_nand_board_info); |
153 | imx35_add_esdhc(0, NULL); | 153 | imx35_add_sdhci_esdhc_imx(0, NULL); |
154 | 154 | ||
155 | if (mxc_expio_init(MX35_CS5_BASE_ADDR, EXPIO_PARENT_INT)) | 155 | if (mxc_expio_init(MX35_CS5_BASE_ADDR, EXPIO_PARENT_INT)) |
156 | pr_warn("Init of the debugboard failed, all " | 156 | pr_warn("Init of the debugboard failed, all " |