summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2014-10-31 14:17:37 (GMT)
committerInki Dae <inki.dae@samsung.com>2014-11-24 09:02:50 (GMT)
commitf859d6e8594e0a9e11b76407b7f4834f612f0c6d (patch)
treec53db75a6bba9857254356705fae2c851243978e /drivers/gpu/drm/exynos
parentb5b1a4bb1598e3c11d5c74adfcab2055954ebee7 (diff)
downloadlinux-f859d6e8594e0a9e11b76407b7f4834f612f0c6d.tar.xz
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 <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos')
-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 3c81c4b..3905e30 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. */