Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[cascardo/linux.git] / drivers / gpu / drm / imx / imx-drm-core.c
index e48b221..b250130 100644 (file)
@@ -30,8 +30,6 @@
 
 #define MAX_CRTC       4
 
-struct imx_drm_crtc;
-
 struct imx_drm_component {
        struct device_node *of_node;
        struct list_head list;
@@ -633,7 +631,8 @@ static int imx_drm_platform_probe(struct platform_device *pdev)
                                continue;
                        }
 
-                       component_match_add(&pdev->dev, &match, compare_of, remote);
+                       component_match_add(&pdev->dev, &match, compare_of,
+                                           remote);
                        of_node_put(remote);
                }
                of_node_put(port);