ARM: omap: remove mmc platform data dma_mask and initialization
DMAengine uses the DMA engine device structure when mapping/unmapping memory for DMA, so the MMC devices do not need their DMA masks initialized (this reflects hardware: the MMC device is not the device doing DMA.) Tested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
@@ -468,7 +468,6 @@ static struct omap_mmc_platform_data mmc1_data = {
|
||||
.cleanup = n8x0_mmc_cleanup,
|
||||
.shutdown = n8x0_mmc_shutdown,
|
||||
.max_freq = 24000000,
|
||||
.dma_mask = 0xffffffff,
|
||||
.slots[0] = {
|
||||
.wires = 4,
|
||||
.set_power = n8x0_mmc_set_power,
|
||||
|
||||
Reference in New Issue
Block a user