diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-3430sdp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index 6c7261b6b06f..5adef517a2b3 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c | |||
@@ -328,7 +328,7 @@ static struct twl4030_bci_platform_data sdp3430_bci_data = { | |||
328 | .tblsize = ARRAY_SIZE(sdp3430_batt_table), | 328 | .tblsize = ARRAY_SIZE(sdp3430_batt_table), |
329 | }; | 329 | }; |
330 | 330 | ||
331 | static struct twl4030_hsmmc_info mmc[] = { | 331 | static struct omap2_hsmmc_info mmc[] = { |
332 | { | 332 | { |
333 | .mmc = 1, | 333 | .mmc = 1, |
334 | /* 8 bits (default) requires S6.3 == ON, | 334 | /* 8 bits (default) requires S6.3 == ON, |
@@ -365,7 +365,7 @@ static int sdp3430_twl_gpio_setup(struct device *dev, | |||
365 | */ | 365 | */ |
366 | mmc[0].gpio_cd = gpio + 0; | 366 | mmc[0].gpio_cd = gpio + 0; |
367 | mmc[1].gpio_cd = gpio + 1; | 367 | mmc[1].gpio_cd = gpio + 1; |
368 | twl4030_mmc_init(mmc); | 368 | omap2_hsmmc_init(mmc); |
369 | 369 | ||
370 | /* link regulators to MMC adapters ... we "know" the | 370 | /* link regulators to MMC adapters ... we "know" the |
371 | * regulators will be set up only *after* we return. | 371 | * regulators will be set up only *after* we return. |