From: Benjamin Herrenschmidt Date: Wed, 24 Jun 2015 05:25:22 +0000 (+1000) Subject: powerpc/iommu: Remove dma_data union X-Git-Tag: omap-for-v4.3/fixes-rc1~100^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2db4928bb559f8b43ca75879548111dc13a7de31;p=pandora-kernel.git powerpc/iommu: Remove dma_data union To support "hybrid" DMA ops in a subsequent patch, we will need both a direct DMA offset and an iommu pointer. Those are currently exclusive (a union), so change them to be separate fields. While there, also type iommu_table_base properly and make exist only on CONFIG_PPC64 since it's not referenced on 32-bit at all. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed