]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/board-h4-mmc.c
HSMMC: Improve the interface for hsmmc_init()
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / board-h4-mmc.c
index 06119e9d0f9fdd96b97aafa18d6298bf059f5e47..48c0358b78156bfb744a2f16b69867bf3b7261ec 100644 (file)
@@ -231,7 +231,7 @@ static struct omap_mmc_platform_data mmc1_data = {
        .cleanup                = h4_mmc_cleanup,
        .dma_mask               = 0xffffffff,
        .slots[0] = {
-               .wire4          = 1,
+               .wires          = 4,
                .set_power      = h4_mmc_set_power,
                .set_bus_mode   = h4_mmc_set_bus_mode,
                .get_cover_state= h4_mmc_slot1_cover_state,
@@ -241,7 +241,7 @@ static struct omap_mmc_platform_data mmc1_data = {
                .name           = "slot1",
        },
        .slots[1] = {
-               .wire4          = 1,
+               .wires          = 4,
                .set_power      = h4_mmc_set_power,
                .set_bus_mode   = h4_mmc_set_bus_mode,
                .get_cover_state= h4_mmc_slot2_cover_state,