ARM: omap: remove mmc platform data dma_mask and initialization
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 18 Apr 2012 09:43:18 +0000 (10:43 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 31 Jul 2012 11:06:23 +0000 (12:06 +0100)
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>

No differences found