diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-01-12 23:57:33 -0500 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-01-20 04:22:09 -0500 |
| commit | 7ecc09bab1e856e6730a4dd8a3bc1c28bb6ab3be (patch) | |
| tree | 28bd3e18cf937772d289510546be20876ae356a2 /include | |
| parent | 94b110aff8679b14f46fd6653ea87b42fe1555be (diff) | |
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')
| -rw-r--r-- | include/linux/mfd/tmio.h | 11 |
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); | |||
| 112 | 112 | ||
| 113 | struct dma_chan; | 113 | struct dma_chan; |
| 114 | 114 | ||
| 115 | struct tmio_mmc_dma { | ||
| 116 | void *chan_priv_tx; | ||
| 117 | void *chan_priv_rx; | ||
| 118 | int slave_id_tx; | ||
| 119 | int slave_id_rx; | ||
| 120 | int alignment_shift; | ||
| 121 | dma_addr_t dma_rx_offset; | ||
| 122 | bool (*filter)(struct dma_chan *chan, void *arg); | ||
| 123 | }; | ||
| 124 | |||
| 125 | struct tmio_mmc_host; | 115 | struct tmio_mmc_host; |
| 126 | 116 | ||
| 127 | /* | 117 | /* |
| @@ -134,7 +124,6 @@ struct tmio_mmc_data { | |||
| 134 | unsigned long flags; | 124 | unsigned long flags; |
| 135 | unsigned long bus_shift; | 125 | unsigned long bus_shift; |
| 136 | u32 ocr_mask; /* available voltages */ | 126 | u32 ocr_mask; /* available voltages */ |
| 137 | struct tmio_mmc_dma *dma; | ||
| 138 | unsigned int cd_gpio; | 127 | unsigned int cd_gpio; |
| 139 | void (*set_pwr)(struct platform_device *host, int state); | 128 | void (*set_pwr)(struct platform_device *host, int state); |
| 140 | void (*set_clk_div)(struct platform_device *host, int state); | 129 | void (*set_clk_div)(struct platform_device *host, int state); |
