aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel@vanguardiasur.com.ar>2014-09-02 08:51:17 -0400
committerDave Airlie <airlied@redhat.com>2014-09-16 20:54:53 -0400
commit75ece7b788f37bf7a2c51ff199b2011ee5e631a4 (patch)
tree5ab1053c54d39314b460785af9b03cc801c70c22 /drivers/gpu/drm
parent9430dfa67d7609b2d6c1ba1ce609c4db192fd78e (diff)
drm/tilcdc: panel: Remove unused variable
Just a trivial cleanup to remove the variable. Tested-by: Darren Etheridge <detheridge@ti.com> Tested-by: Johannes Pointner <johannes.pointner@br-automation.com> Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/tilcdc/tilcdc_panel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_panel.c
index d581c532790a..8f88bfd14822 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)
340 return info; 340 return info;
341} 341}
342 342
343static struct of_device_id panel_of_match[];
344
345static int panel_probe(struct platform_device *pdev) 343static int panel_probe(struct platform_device *pdev)
346{ 344{
347 struct device_node *node = pdev->dev.of_node; 345 struct device_node *node = pdev->dev.of_node;