From: Fabio Estevam Date: Wed, 8 Oct 2014 00:42:19 +0000 (-0300) Subject: imx-drm: imx-drm-core: Remove unneeded forward declaration X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f8e4df53c785a3c19650e57b5c514a4b50d82078;p=linux-beck.git imx-drm: imx-drm-core: Remove unneeded forward declaration 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/imx-drm/imx-drm-core.c b/drivers/staging/imx-drm/imx-drm-core.c index 3ca1acdae72b..8510937ff6fc 100644 --- a/drivers/staging/imx-drm/imx-drm-core.c +++ b/drivers/staging/imx-drm/imx-drm-core.c @@ -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;