aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2015-01-12 23:58:20 -0500
committerUlf Hansson <ulf.hansson@linaro.org>2015-01-20 04:22:48 -0500
commit7445bf9e6f4e5d7755e22c7c9b06f4ae0d6160c6 (patch)
treee12be5f236a6ad6788379ab67c02749d5118be0b /include/linux/mfd
parent85c02ddd591e5252eb1cbe8743a839638d7415fd (diff)
mmc: tmio: tmio_mmc_host has .bus_shift
Current .bus_shift is implemented under tmio_mmc_data. It goes to tmio_mmc_host by this patch. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/tmio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
index 3edaa17d1ccd..7a5c27948315 100644
--- a/include/linux/mfd/tmio.h
+++ b/include/linux/mfd/tmio.h
@@ -120,7 +120,6 @@ struct tmio_mmc_data {
120 unsigned long capabilities; 120 unsigned long capabilities;
121 unsigned long capabilities2; 121 unsigned long capabilities2;
122 unsigned long flags; 122 unsigned long flags;
123 unsigned long bus_shift;
124 u32 ocr_mask; /* available voltages */ 123 u32 ocr_mask; /* available voltages */
125 unsigned int cd_gpio; 124 unsigned int cd_gpio;
126 void (*set_pwr)(struct platform_device *host, int state); 125 void (*set_pwr)(struct platform_device *host, int state);