aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-igep0020.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r--arch/arm/mach-omap2/board-igep0020.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c
index ea7bfbaceddd..adc1b46fa04e 100644
--- a/arch/arm/mach-omap2/board-igep0020.c
+++ b/arch/arm/mach-omap2/board-igep0020.c
@@ -121,7 +121,7 @@ static struct regulator_init_data igep2_vmmc1 = {
121 .consumer_supplies = &igep2_vmmc1_supply, 121 .consumer_supplies = &igep2_vmmc1_supply,
122}; 122};
123 123
124static struct twl4030_hsmmc_info mmc[] = { 124static struct omap2_hsmmc_info mmc[] = {
125 { 125 {
126 .mmc = 1, 126 .mmc = 1,
127 .wires = 4, 127 .wires = 4,
@@ -142,7 +142,7 @@ static int igep2_twl_gpio_setup(struct device *dev,
142{ 142{
143 /* gpio + 0 is "mmc0_cd" (input/IRQ) */ 143 /* gpio + 0 is "mmc0_cd" (input/IRQ) */
144 mmc[0].gpio_cd = gpio + 0; 144 mmc[0].gpio_cd = gpio + 0;
145 twl4030_mmc_init(mmc); 145 omap2_hsmmc_init(mmc);
146 146
147 /* link regulators to MMC adapters ... we "know" the 147 /* link regulators to MMC adapters ... we "know" the
148 * regulators will be set up only *after* we return. 148 * regulators will be set up only *after* we return.