diff options
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2014-10-31 17:17:37 +0300 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2014-11-24 12:02:50 +0300 |
commit | f859d6e8594e0a9e11b76407b7f4834f612f0c6d (patch) | |
tree | c53db75a6bba9857254356705fae2c851243978e /drivers/gpu/drm/exynos | |
parent | b5b1a4bb1598e3c11d5c74adfcab2055954ebee7 (diff) | |
download | linux-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.h | 1 |
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. */ |