summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorKuninori Morimoto2015-01-13 05:58:20 +0100
committerUlf Hansson2015-01-20 10:22:48 +0100
commit7445bf9e6f4e5d7755e22c7c9b06f4ae0d6160c6 (patch)
treee12be5f236a6ad6788379ab67c02749d5118be0b /include/linux/mfd
parentmmc: tmio: tmio_mmc_host has .multi_io_quirk (diff)
downloadkernel-qcow2-linux-7445bf9e6f4e5d7755e22c7c9b06f4ae0d6160c6.tar.gz
kernel-qcow2-linux-7445bf9e6f4e5d7755e22c7c9b06f4ae0d6160c6.tar.xz
kernel-qcow2-linux-7445bf9e6f4e5d7755e22c7c9b06f4ae0d6160c6.zip
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 {
unsigned long capabilities;
unsigned long capabilities2;
unsigned long flags;
- unsigned long bus_shift;
u32 ocr_mask; /* available voltages */
unsigned int cd_gpio;
void (*set_pwr)(struct platform_device *host, int state);