summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/tmio.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2015-01-13 04:58:46 +0000
committerUlf Hansson <ulf.hansson@linaro.org>2015-01-20 10:23:01 +0100
commite471df0bcaa137f1bbe7c5f75db6ce7566caa292 (patch)
tree802e9ae6868b0e80a4aa21ac6f46271316e83f4f /include/linux/mfd/tmio.h
parent7445bf9e6f4e5d7755e22c7c9b06f4ae0d6160c6 (diff)
downloadlinux-stable-e471df0bcaa137f1bbe7c5f75db6ce7566caa292.tar.gz
linux-stable-e471df0bcaa137f1bbe7c5f75db6ce7566caa292.tar.bz2
linux-stable-e471df0bcaa137f1bbe7c5f75db6ce7566caa292.zip
mmc: tmio: tmio_mmc_data has .alignment_shift
Current .alignment_shift is implemented under tmio_mmc_dma. It goes to tmio_mmc_data 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/tmio.h')
-rw-r--r--include/linux/mfd/tmio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
index 7a5c27948315..28a12d10e509 100644
--- a/include/linux/mfd/tmio.h
+++ b/include/linux/mfd/tmio.h
@@ -122,6 +122,7 @@ struct tmio_mmc_data {
unsigned long flags;
u32 ocr_mask; /* available voltages */
unsigned int cd_gpio;
+ int alignment_shift;
void (*set_pwr)(struct platform_device *host, int state);
void (*set_clk_div)(struct platform_device *host, int state);
};