aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Padovan <[email protected]>2014-10-31 14:17:35 +0000
committerInki Dae <[email protected]>2014-11-24 18:02:50 +0900
commitff9c87ce9b9d10d50f42127c0753654af6332157 (patch)
treec8be03630abc479427362cc8af2159f7d1aa958b
parent5cd5db80402c91d4b5f4ea5f5cf4be5b21864935 (diff)
drm/exynos: remove uneeded declaration of struct dma_iommu_mapping
It is not even used in this header anymore. Signed-off-by: Gustavo Padovan <[email protected]> Signed-off-by: Inki Dae <[email protected]>
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_iommu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_iommu.h b/drivers/gpu/drm/exynos/exynos_drm_iommu.h
index 72376d41c512..35d25889b476 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_iommu.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_iommu.h
@@ -40,7 +40,6 @@ static inline bool is_drm_iommu_supported(struct drm_device *drm_dev)
#else
-struct dma_iommu_mapping;
static inline int drm_create_iommu_mapping(struct drm_device *drm_dev)
{
return 0;