diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2016-12-30 07:47:16 -0500 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-02-13 07:19:57 -0500 |
commit | 95cc4df716a210a19f0611215c49484d460250fd (patch) | |
tree | 12451b1ae366a9f27bc679139c6aee53f08bb3a6 /include/linux/mmc | |
parent | 13f00f9f2460cfa106de6c30512b648d85831468 (diff) |
mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform data
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/linux/mmc')
-rw-r--r-- | include/linux/mmc/sh_mmcif.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mmc/sh_mmcif.h b/include/linux/mmc/sh_mmcif.h index ccd8fb2cad52..5ce5a2c1a1f5 100644 --- a/include/linux/mmc/sh_mmcif.h +++ b/include/linux/mmc/sh_mmcif.h | |||
@@ -35,10 +35,8 @@ struct sh_mmcif_plat_data { | |||
35 | int (*get_cd)(struct platform_device *pdef); | 35 | int (*get_cd)(struct platform_device *pdef); |
36 | unsigned int slave_id_tx; /* embedded slave_id_[tr]x */ | 36 | unsigned int slave_id_tx; /* embedded slave_id_[tr]x */ |
37 | unsigned int slave_id_rx; | 37 | unsigned int slave_id_rx; |
38 | bool use_cd_gpio : 1; | ||
39 | bool ccs_unsupported : 1; | 38 | bool ccs_unsupported : 1; |
40 | bool clk_ctrl2_present : 1; | 39 | bool clk_ctrl2_present : 1; |
41 | unsigned int cd_gpio; | ||
42 | u8 sup_pclk; /* 1 :SH7757, 0: SH7724/SH7372 */ | 40 | u8 sup_pclk; /* 1 :SH7757, 0: SH7724/SH7372 */ |
43 | unsigned long caps; | 41 | unsigned long caps; |
44 | u32 ocr; | 42 | u32 ocr; |