drm/tilcdc: panel: Remove unused variable
authorEzequiel Garcia <[email protected]>
Tue, 2 Sep 2014 12:51:17 +0000 (09:51 -0300)
committerDave Airlie <[email protected]>
Wed, 17 Sep 2014 00:54:53 +0000 (10:54 +1000)
Just a trivial cleanup to remove the variable.

Tested-by: Darren Etheridge <[email protected]>
Tested-by: Johannes Pointner <[email protected]>
Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
drivers/gpu/drm/tilcdc/tilcdc_panel.c

index d581c532790a0f2c3760b36aa850423c9506708a..8f88bfd14822fcac832ae5fd50c9aa4dda667b36 100644 (file)
@@ -340,8 +340,6 @@ static struct tilcdc_panel_info *of_get_panel_info(struct device_node *np)
        return info;
 }
 
-static struct of_device_id panel_of_match[];
-
 static int panel_probe(struct platform_device *pdev)
 {
        struct device_node *node = pdev->dev.of_node;