diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-19 15:03:33 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-19 15:59:51 -0500 |
commit | 124bf94a9f9b52341562628cd56b252e7d820ee8 (patch) | |
tree | 73aa0be3bc6229ac63e12fe92e7b4f206d77bb5b /arch/arm/mach-mx3/mach-mx35_3ds.c | |
parent | c496fa6bd5324ddce11e5e42670618ffb4d8f58d (diff) |
ARM: imx: fix name for functions adding sdhci-esdhc-imx devices
and restore alphabetic ordering.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
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 " |