mmc: atmel: get rid of struct mci_dma_data
authorMans Rullgard <mans@mansr.com>
Sat, 9 Jan 2016 12:45:11 +0000 (12:45 +0000)
committerHans-Christian Egtvedt <egtvedt@samfundet.no>
Thu, 14 Jan 2016 12:40:30 +0000 (13:40 +0100)
commit238d1c6041ebcb5ce7c075b696f6cc9962991e94
treea61281ea931a972e71aa80bc9cc9d09c4b480d16
parent74843787158e9dff249f0528e7d4806102cc2c26
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>
arch/avr32/mach-at32ap/at32ap700x.c
drivers/mmc/host/atmel-mci.c
include/linux/atmel-mci.h
include/linux/platform_data/mmc-atmel-mci.h [deleted file]