drm/exynos: remove extra declaration of struct exynos_overlay
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 31 Oct 2014 14:17:37 +0000 (14:17 +0000)
committerInki Dae <inki.dae@samsung.com>
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 <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.h

index 3c81c4b60399d80d7e54f772f8c915d854f7f0f9..3905e309e78217a2f74b0c8c734192a322ac9861 100644 (file)
@@ -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. */