mmc: sdhci-acpi: Remove enable_dma() hook
authorAlexandre Courbot <acourbot@nvidia.com>
Mon, 7 Mar 2016 02:07:56 +0000 (11:07 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 18 Mar 2016 08:12:19 +0000 (09:12 +0100)
commit741b48f4f39730fdf74bc5892fca2de2fe798b63
tree37946ce717ea79d8e4a46edf3211fa3d226c8a86
parent7b91369b46559dcc90e8d414e31c0257972e0cbb
mmc: sdhci-acpi: Remove enable_dma() hook

This hook was solely used to set the DMA mask, which is now done
by the newly-added sdhci_set_dma_mask() function.

The use of a flag to ensure the mask is only set once is a strong hint
that it should not have been done there anyway.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-acpi.c
This page took 0.025818 seconds and 5 git commands to generate.