summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2014-10-31 17:17:36 +0300
committerInki Dae <inki.dae@samsung.com>2014-11-24 12:02:50 +0300
commitb5b1a4bb1598e3c11d5c74adfcab2055954ebee7 (patch)
treecca1b8d2a48a166c2a56ff962b9f49b0817e758e
parentff9c87ce9b9d10d50f42127c0753654af6332157 (diff)
downloadlinux-b5b1a4bb1598e3c11d5c74adfcab2055954ebee7.tar.xz
drm/exynos: remove extra declaration of struct exynos_drm_manager
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>
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_encoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_encoder.h b/drivers/gpu/drm/exynos/exynos_drm_encoder.h
index b7a1620a7e79..26305d8dd93a 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_encoder.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_encoder.h
@@ -14,8 +14,6 @@
#ifndef _EXYNOS_DRM_ENCODER_H_
#define _EXYNOS_DRM_ENCODER_H_
-struct exynos_drm_manager;
-
void exynos_drm_encoder_setup(struct drm_device *dev);
struct drm_encoder *exynos_drm_encoder_create(struct drm_device *dev,
struct exynos_drm_display *mgr,