]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drm/exynos: remove uneeded declaration of struct dma_iommu_mapping
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 31 Oct 2014 14:17:35 +0000 (14:17 +0000)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:50 +0000 (18:02 +0900)
It is not even used in this header anymore.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_iommu.h

index 72376d41c5129c609be952f623be43b2e44d949c..35d25889b476ebe281439e0c3363e61dd7b2ab5f 100644 (file)
@@ -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;