summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@freescale.com>2015-07-22 20:53:09 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 10:59:30 -0600
commit7a3387de250b1c8ab02ecb1d13310533e3671292 (patch)
tree20c5f601809e85935a6d0c13454ed27b59531892 /include/linux
parent9d4af3c2821048bebd065869950a996dff41bfad (diff)
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> (cherry picked from commit 29946dca76b23944acb5ae963c0247a5b0d9c5ea)
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;
};