Skip to content

Commit

Permalink
drm/tilcdc: panel: Remove unused variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ezequiel Garcia authored and Dave Airlie committed Sep 17, 2014
1 parent 9430dfa commit 75ece7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/tilcdc/tilcdc_panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 75ece7b

Please sign in to comment.