Commit f8e4df53 authored by Fabio Estevam's avatar Fabio Estevam Committed by Greg Kroah-Hartman

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ad92c8bf
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
#define MAX_CRTC 4 #define MAX_CRTC 4
struct imx_drm_crtc;
struct imx_drm_component { struct imx_drm_component {
struct device_node *of_node; struct device_node *of_node;
struct list_head list; struct list_head list;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment