]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drm/exynos: Replace repeated declarations by #include "exynos_drm_drv.h"
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 13 Nov 2014 08:24:06 +0000 (17:24 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:51 +0000 (18:02 +0900)
Re-declare struct is not a good practice, let's use the original
drm and exynos declarations.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_crtc.h

index 690dcddab725658528aa3936298204db206c317c..e353d353836fe87d3f8151de6559db24a9fe70a5 100644 (file)
 #ifndef _EXYNOS_DRM_CRTC_H_
 #define _EXYNOS_DRM_CRTC_H_
 
-struct drm_device;
-struct drm_crtc;
-struct exynos_drm_manager;
-struct exynos_drm_overlay;
+#include "exynos_drm_drv.h"
 
 int exynos_drm_crtc_create(struct exynos_drm_manager *manager);
 int exynos_drm_crtc_enable_vblank(struct drm_device *dev, int pipe);