aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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);
112 112
113struct dma_chan; 113struct dma_chan;
114 114
115struct 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
125struct tmio_mmc_host; 115struct 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);