diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-mx25_3ds.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx25_3ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx25_3ds.c b/arch/arm/mach-imx/mach-mx25_3ds.c index f07d3d754152..52b4d9b3717d 100644 --- a/arch/arm/mach-imx/mach-mx25_3ds.c +++ b/arch/arm/mach-imx/mach-mx25_3ds.c | |||
@@ -200,7 +200,7 @@ static void __init mx25pdk_init(void) | |||
200 | imx25_add_fec(&mx25_fec_pdata); | 200 | imx25_add_fec(&mx25_fec_pdata); |
201 | imx25_add_imx_keypad(&mx25pdk_keymap_data); | 201 | imx25_add_imx_keypad(&mx25pdk_keymap_data); |
202 | 202 | ||
203 | imx25_add_esdhc(0, NULL); | 203 | imx25_add_sdhci_esdhc_imx(0, NULL); |
204 | } | 204 | } |
205 | 205 | ||
206 | static void __init mx25pdk_timer_init(void) | 206 | static void __init mx25pdk_timer_init(void) |