All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/9] drm/exynos: remove uneeded declaration of struct dma_iommu_mapping
@ 2014-10-31 14:17 Gustavo Padovan
  2014-10-31 14:17 ` [PATCH 2/9] drm/exynos: remove extra declaration of struct exynos_drm_manager Gustavo Padovan
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Gustavo Padovan @ 2014-10-31 14:17 UTC (permalink / raw)
  To: dri-devel; +Cc: linux-samsung-soc, Gustavo Padovan

From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

It is not even used in this header anymore.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
---
 drivers/gpu/drm/exynos/exynos_drm_iommu.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/exynos/exynos_drm_iommu.h b/drivers/gpu/drm/exynos/exynos_drm_iommu.h
index 72376d4..35d2588 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;
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-11-13  8:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 14:17 [PATCH 1/9] drm/exynos: remove uneeded declaration of struct dma_iommu_mapping Gustavo Padovan
2014-10-31 14:17 ` [PATCH 2/9] drm/exynos: remove extra declaration of struct exynos_drm_manager Gustavo Padovan
2014-10-31 14:17 ` [PATCH 3/9] drm/exynos: remove extra declaration of struct exynos_overlay Gustavo Padovan
2014-10-31 14:17 ` [PATCH 4/9] drm/exynos: Replace repeated declaration by include <drm/drmP.h> Gustavo Padovan
2014-10-31 14:17 ` [PATCH 5/9] drm/exynos: Replace repeated declarations by #include "exynos_drm_drv.h" Gustavo Padovan
2014-10-31 14:17 ` [PATCH 6/9] drm/exynos: remove unused wait_for macro Gustavo Padovan
2014-10-31 14:17 ` [PATCH 7/9] drm/exynos: Save up space using bool var as bitfields Gustavo Padovan
2014-10-31 14:17 ` [PATCH 8/9] drm/exynos: update documentation to reflect code changes Gustavo Padovan
2014-10-31 14:17 ` [PATCH 9/9] drm/exynos: remove leftover hdmi function declarations Gustavo Padovan
2014-11-06 12:38 ` [PATCH 1/9] drm/exynos: remove uneeded declaration of struct dma_iommu_mapping Gustavo Padovan
2014-11-06 12:44   ` Inki Dae
2014-11-12 14:13     ` Gustavo Padovan
2014-11-13  2:22       ` Inki Dae
2014-11-13  8:45 ` Inki Dae

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.