diff options
Diffstat (limited to 'drivers/media/video/omap3isp/isp.h')
-rw-r--r-- | drivers/media/video/omap3isp/isp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/omap3isp/isp.h b/drivers/media/video/omap3isp/isp.h index 529e582ef948..c9ec7a2e53ea 100644 --- a/drivers/media/video/omap3isp/isp.h +++ b/drivers/media/video/omap3isp/isp.h | |||
@@ -32,6 +32,7 @@ | |||
32 | #include <linux/io.h> | 32 | #include <linux/io.h> |
33 | #include <linux/platform_device.h> | 33 | #include <linux/platform_device.h> |
34 | #include <linux/wait.h> | 34 | #include <linux/wait.h> |
35 | #include <linux/iommu.h> | ||
35 | #include <plat/iommu.h> | 36 | #include <plat/iommu.h> |
36 | #include <plat/iovmm.h> | 37 | #include <plat/iovmm.h> |
37 | 38 | ||
@@ -295,6 +296,8 @@ struct isp_device { | |||
295 | unsigned int subclk_resources; | 296 | unsigned int subclk_resources; |
296 | 297 | ||
297 | struct iommu *iommu; | 298 | struct iommu *iommu; |
299 | struct iommu_domain *domain; | ||
300 | struct device *iommu_dev; | ||
298 | 301 | ||
299 | struct isp_platform_callback platform_cb; | 302 | struct isp_platform_callback platform_cb; |
300 | }; | 303 | }; |