aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2015-01-13 04:57:33 +0000
committerUlf Hansson <ulf.hansson@linaro.org>2015-01-20 10:22:09 +0100
commit7ecc09bab1e856e6730a4dd8a3bc1c28bb6ab3be (patch)
tree28bd3e18cf937772d289510546be20876ae356a2 /include/linux/mfd
parentmmc: tmio: add tmio_mmc_host_alloc/free() (diff)
downloadlinux-dev-7ecc09bab1e856e6730a4dd8a3bc1c28bb6ab3be.tar.xz
linux-dev-7ecc09bab1e856e6730a4dd8a3bc1c28bb6ab3be.zip
mmc: tmio: tmio_mmc_host has .dma
Current .dma 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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
index c7d9af042d09..8d708c7cf681 100644
--- a/include/linux/mfd/tmio.h
+++ b/include/linux/mfd/tmio.h
@@ -112,16 +112,6 @@ void tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state);
struct dma_chan;
-struct tmio_mmc_dma {
- void *chan_priv_tx;
- void *chan_priv_rx;
- int slave_id_tx;
- int slave_id_rx;
- int alignment_shift;
- dma_addr_t dma_rx_offset;
- bool (*filter)(struct dma_chan *chan, void *arg);
-};
-
struct tmio_mmc_host;
/*
@@ -134,7 +124,6 @@ struct tmio_mmc_data {
unsigned long flags;
unsigned long bus_shift;
u32 ocr_mask; /* available voltages */
- struct tmio_mmc_dma *dma;
unsigned int cd_gpio;
void (*set_pwr)(struct platform_device *host, int state);
void (*set_clk_div)(struct platform_device *host, int state);