drm/exynos: remove extra declaration of struct exynos_drm_manager
authorGustavo Padovan <[email protected]>
Fri, 31 Oct 2014 14:17:36 +0000 (14:17 +0000)
committerInki Dae <[email protected]>
Mon, 24 Nov 2014 09:02:50 +0000 (18:02 +0900)
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]>
drivers/gpu/drm/exynos/exynos_drm_encoder.h

index b7a1620a7e79cfff9abff9eec3f283316f524249..26305d8dd93a4a64060ca53609cdec2f1bd77eb4 100644 (file)
@@ -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,