From: Gustavo Padovan Date: Fri, 31 Oct 2014 14:17:35 +0000 (+0000) Subject: drm/exynos: remove uneeded declaration of struct dma_iommu_mapping X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ff9c87ce9b9d10d50f42127c0753654af6332157;p=linux-beck.git drm/exynos: remove uneeded declaration of struct dma_iommu_mapping It is not even used in this header anymore. Signed-off-by: Gustavo Padovan Signed-off-by: Inki Dae --- 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;