From: Thomas Abraham <thomas.ab@xxxxxxxxxxx> This patch removes the unused field 'host_caps' from the SDHCI platform data structure. It also removes the host_caps field from the platform data instance for sdhci0 and sdhci1. Signed-off-by: Thomas Abraham <thomas.ab@xxxxxxxxxxx> --- arch/arm/plat-s3c/dev-hsmmc.c | 2 -- arch/arm/plat-s3c/dev-hsmmc1.c | 2 -- arch/arm/plat-s3c/include/plat/sdhci.h | 2 -- 3 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/arm/plat-s3c/dev-hsmmc.c b/arch/arm/plat-s3c/dev-hsmmc.c index 4c05b39..8f5c56a 100644 --- a/arch/arm/plat-s3c/dev-hsmmc.c +++ b/arch/arm/plat-s3c/dev-hsmmc.c @@ -39,8 +39,6 @@ static u64 s3c_device_hsmmc_dmamask = 0xffffffffUL; struct s3c_sdhci_platdata s3c_hsmmc0_def_platdata = { .max_width = 4, - .host_caps = (MMC_CAP_4_BIT_DATA | - MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED), }; struct platform_device s3c_device_hsmmc0 = { diff --git a/arch/arm/plat-s3c/dev-hsmmc1.c b/arch/arm/plat-s3c/dev-hsmmc1.c index e49bc4c..1f91f09 100644 --- a/arch/arm/plat-s3c/dev-hsmmc1.c +++ b/arch/arm/plat-s3c/dev-hsmmc1.c @@ -39,8 +39,6 @@ static u64 s3c_device_hsmmc1_dmamask = 0xffffffffUL; struct s3c_sdhci_platdata s3c_hsmmc1_def_platdata = { .max_width = 4, - .host_caps = (MMC_CAP_4_BIT_DATA | - MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED), }; struct platform_device s3c_device_hsmmc1 = { diff --git a/arch/arm/plat-s3c/include/plat/sdhci.h b/arch/arm/plat-s3c/include/plat/sdhci.h index f615308..f34c049 100644 --- a/arch/arm/plat-s3c/include/plat/sdhci.h +++ b/arch/arm/plat-s3c/include/plat/sdhci.h @@ -23,7 +23,6 @@ struct mmc_ios; /** * struct s3c_sdhci_platdata() - Platform device data for Samsung SDHCI * @max_width: The maximum number of data bits supported. - * @host_caps: Standard MMC host capabilities bit field. * @cfg_gpio: Configure the GPIO for a specific card bit-width * @cfg_card: Configure the interface for a specific card and speed. This * is necessary the controllers and/or GPIO blocks require the @@ -36,7 +35,6 @@ struct mmc_ios; */ struct s3c_sdhci_platdata { unsigned int max_width; - unsigned int host_caps; char **clocks; /* set of clock sources */ -- 1.5.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html