|
@@ -2274,17 +2274,9 @@ static void atmci_cleanup_slot(struct atmel_mci_slot *slot,
|
|
|
|
|
|
static bool atmci_configure_dma(struct atmel_mci *host)
|
|
static bool atmci_configure_dma(struct atmel_mci *host)
|
|
{
|
|
{
|
|
- struct mci_platform_data *pdata;
|
|
|
|
- dma_cap_mask_t mask;
|
|
|
|
-
|
|
|
|
if (host == NULL)
|
|
if (host == NULL)
|
|
return false;
|
|
return false;
|
|
|
|
|
|
- pdata = host->pdev->dev.platform_data;
|
|
|
|
-
|
|
|
|
- dma_cap_zero(mask);
|
|
|
|
- dma_cap_set(DMA_SLAVE, mask);
|
|
|
|
-
|
|
|
|
host->dma.chan = dma_request_slave_channel(&host->pdev->dev, "rxtx");
|
|
host->dma.chan = dma_request_slave_channel(&host->pdev->dev, "rxtx");
|
|
if (!host->dma.chan) {
|
|
if (!host->dma.chan) {
|
|
dev_warn(&host->pdev->dev, "no DMA channel available\n");
|
|
dev_warn(&host->pdev->dev, "no DMA channel available\n");
|