imx-drm: imx-drm-core: Remove unneeded forward declaration
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 8 Oct 2014 00:42:19 +0000 (21:42 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Nov 2014 00:20:35 +0000 (16:20 -0800)
There is no need to forward declare 'struct imx_drm_crtc' because the
"imx-drm.h" header file already includes it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/imx-drm/imx-drm-core.c

index 3ca1acdae72b0202427db4fa0fc8521e83f0430c..8510937ff6fc9b931a8258958af6a8d423c00a02 100644 (file)
@@ -29,8 +29,6 @@
 
 #define MAX_CRTC       4
 
-struct imx_drm_crtc;
-
 struct imx_drm_component {
        struct device_node *of_node;
        struct list_head list;