aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Padovan <[email protected]>2014-10-31 14:17:37 +0000
committerInki Dae <[email protected]>2014-11-24 18:02:50 +0900
commitf859d6e8594e0a9e11b76407b7f4834f612f0c6d (patch)
treec53db75a6bba9857254356705fae2c851243978e
parentb5b1a4bb1598e3c11d5c74adfcab2055954ebee7 (diff)
drm/exynos: remove extra declaration of struct exynos_overlay
The struct is defined in the same file, declare it here is just unnecessary Signed-off-by: Gustavo Padovan <[email protected]> Signed-off-by: Inki Dae <[email protected]>
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h
index 3c81c4b60399..3905e309e782 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_drv.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h
@@ -37,7 +37,6 @@
#define wait_for(COND, MS) _wait_for(COND, MS)
struct drm_device;
-struct exynos_drm_overlay;
struct drm_connector;
/* This enumerates device type. */