commit | 238d1c6041ebcb5ce7c075b696f6cc9962991e94 | [log] [tgz] |
---|---|---|
author | Mans Rullgard <mans@mansr.com> | Sat Jan 09 12:45:11 2016 +0000 |
committer | Hans-Christian Egtvedt <egtvedt@samfundet.no> | Thu Jan 14 13:40:30 2016 +0100 |
tree | a61281ea931a972e71aa80bc9cc9d09c4b480d16 | |
parent | 74843787158e9dff249f0528e7d4806102cc2c26 [diff] |
mmc: atmel: get rid of struct mci_dma_data As struct mci_dma_data is now only used by AVR32, it is nothing but pointless indirection. Replace it with struct dw_dma_slave in the AVR32 platform code and with a void pointer elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com> Acked-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com> Acked-by: Ulf Hansson <ulf.hansson@linaro.org>