diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/device.h b/arch/powerpc/include/asm/device.h index 77e97dd0c15d..38faeded7d59 100644 --- a/arch/powerpc/include/asm/device.h +++ b/arch/powerpc/include/asm/device.h | |||
@@ -28,6 +28,9 @@ struct dev_archdata { | |||
28 | void *iommu_table_base; | 28 | void *iommu_table_base; |
29 | } dma_data; | 29 | } dma_data; |
30 | 30 | ||
31 | #ifdef CONFIG_IOMMU_API | ||
32 | void *iommu_domain; | ||
33 | #endif | ||
31 | #ifdef CONFIG_SWIOTLB | 34 | #ifdef CONFIG_SWIOTLB |
32 | dma_addr_t max_direct_dma_addr; | 35 | dma_addr_t max_direct_dma_addr; |
33 | #endif | 36 | #endif |