aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2016-12-30 07:47:19 -0500
committerUlf Hansson <ulf.hansson@linaro.org>2017-02-13 07:19:58 -0500
commitdba4bb484e9e495478f2bcf474393d33f7e0ec27 (patch)
treef404e6f7766207be9de0a838646ae66f09be3274 /include
parent8020f71117042ed82287e4f51c48b57ce4c783df (diff)
mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform data
There are currently no users of the clk_ctrl2_present member from the platform data, so let's remove it. Note, as some of the sh_mmcif variants may support clk_ctrl2, let's keep the current code in the driver, which deals with this. For future support, we should invent a DT binding instead, but let's leave that until it's needed. Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/sh_mmcif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmc/sh_mmcif.h b/include/linux/mmc/sh_mmcif.h
index 384b86b90473..a7baa29484c3 100644
--- a/include/linux/mmc/sh_mmcif.h
+++ b/include/linux/mmc/sh_mmcif.h
@@ -34,7 +34,6 @@
34struct sh_mmcif_plat_data { 34struct sh_mmcif_plat_data {
35 unsigned int slave_id_tx; /* embedded slave_id_[tr]x */ 35 unsigned int slave_id_tx; /* embedded slave_id_[tr]x */
36 unsigned int slave_id_rx; 36 unsigned int slave_id_rx;
37 bool clk_ctrl2_present : 1;
38 u8 sup_pclk; /* 1 :SH7757, 0: SH7724/SH7372 */ 37 u8 sup_pclk; /* 1 :SH7757, 0: SH7724/SH7372 */
39 unsigned long caps; 38 unsigned long caps;
40 u32 ocr; 39 u32 ocr;