From: Ezequiel Garcia Date: Tue, 2 Sep 2014 12:51:17 +0000 (-0300) Subject: drm/tilcdc: panel: Remove unused variable X-Git-Tag: v3.18-rc1~44^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75ece7b788f37bf7a2c51ff199b2011ee5e631a4;p=profile%2Fcommon%2Fplatform%2Fkernel%2Flinux-artik7.git drm/tilcdc: panel: Remove unused variable Just a trivial cleanup to remove the variable. Tested-by: Darren Etheridge Tested-by: Johannes Pointner Signed-off-by: Ezequiel Garcia Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_panel.c index d581c53..8f88bfd 100644 --- a/drivers/gpu/drm/tilcdc/tilcdc_panel.c +++ b/drivers/gpu/drm/tilcdc/tilcdc_panel.c @@ -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;