From 547c78b2a51b068b63ee4a6f42bb926219e5aaa5 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Mon, 27 May 2013 15:19:16 +0200 Subject: [PATCH] MIPS: JZ4770: GCW0: Removed max_bus_width MMC platform data field This field was removed in the driver, so don't set it anymore. --- arch/mips/jz4770/board-gcw0.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/mips/jz4770/board-gcw0.c b/arch/mips/jz4770/board-gcw0.c index 7915d519580e..30b78c6a0fc4 100644 --- a/arch/mips/jz4770/board-gcw0.c +++ b/arch/mips/jz4770/board-gcw0.c @@ -473,8 +473,6 @@ static struct platform_device gcw0_gpio_keys_device = { struct jz_mmc_platform_data gcw_internal_sd_data = { .support_sdio = 0, .ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34, - .max_bus_width = MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED | - MMC_CAP_4_BIT_DATA, .bus_width = 4, .gpio_card_detect = -1, .gpio_read_only = -1, @@ -484,7 +482,6 @@ struct jz_mmc_platform_data gcw_internal_sd_data = { struct jz_mmc_platform_data gcw_external_sd_data = { .support_sdio = 0, .ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34, - .max_bus_width = MMC_CAP_SD_HIGHSPEED | MMC_CAP_4_BIT_DATA, .bus_width = 4, .gpio_card_detect = GPB(2), .card_detect_active_low = 1,