commit | 741b48f4f39730fdf74bc5892fca2de2fe798b63 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Mon Mar 07 11:07:56 2016 +0900 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Fri Mar 18 09:12:19 2016 +0100 |
tree | 37946ce717ea79d8e4a46edf3211fa3d226c8a86 | |
parent | 7b91369b46559dcc90e8d414e31c0257972e0cbb [diff] |
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>