aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@freescale.com>2015-07-22 20:53:09 +0800
committerUlf Hansson <ulf.hansson@linaro.org>2015-07-24 10:18:38 +0200
commita3bd4f989f532694337dd30538b635d5213ab86a (patch)
tree6f8bcaf39d879add642c755783896881c410f384 /include/linux
parentmmc: sdhci-esdhc-imx: remove duplicated dts parsing (diff)
downloadlinux-dev-a3bd4f989f532694337dd30538b635d5213ab86a.tar.xz
linux-dev-a3bd4f989f532694337dd30538b635d5213ab86a.zip
mmc: sdhci-esdhc-imx: clear f_max in boarddata
After commit 8d86e4fcccf6 ("mmc: sdhci-esdhc-imx: Call mmc_of_parse()"), it's not used anymore. Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com> Reviewed-by: Johan Derycke <johan.derycke@barco.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/platform_data/mmc-esdhc-imx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/mmc-esdhc-imx.h b/include/linux/platform_data/mmc-esdhc-imx.h
index 75f70f6ac137..e1571efa3f2b 100644
--- a/include/linux/platform_data/mmc-esdhc-imx.h
+++ b/include/linux/platform_data/mmc-esdhc-imx.h
@@ -43,7 +43,6 @@ struct esdhc_platform_data {
enum wp_types wp_type;
enum cd_types cd_type;
int max_bus_width;
- unsigned int f_max;
bool support_vsel;
unsigned int delay_line;
};