diff options
Diffstat (limited to 'arch/arm/include/asm/device.h')
| -rw-r--r-- | arch/arm/include/asm/device.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/device.h b/arch/arm/include/asm/device.h index 9f390ce335c..6615f03f56a 100644 --- a/arch/arm/include/asm/device.h +++ b/arch/arm/include/asm/device.h @@ -10,6 +10,9 @@ struct dev_archdata {  #ifdef CONFIG_DMABOUNCE  	struct dmabounce_device_info *dmabounce;  #endif +#ifdef CONFIG_IOMMU_API +	void *iommu; /* private IOMMU data */ +#endif  };  struct pdev_archdata {  | 
