diff options
| author | Ezequiel Garcia <[email protected]> | 2014-09-02 12:51:17 +0000 |
|---|---|---|
| committer | Dave Airlie <[email protected]> | 2014-09-17 00:54:53 +0000 |
| commit | 75ece7b788f37bf7a2c51ff199b2011ee5e631a4 (patch) | |
| tree | 5ab1053c54d39314b460785af9b03cc801c70c22 /drivers/gpu/drm/tilcdc | |
| parent | drm/tilcdc: panel: Add missing of_node_put (diff) | |
| download | kernel-75ece7b788f37bf7a2c51ff199b2011ee5e631a4.tar.gz kernel-75ece7b788f37bf7a2c51ff199b2011ee5e631a4.zip | |
drm/tilcdc: panel: Remove unused variable
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]>
Diffstat (limited to 'drivers/gpu/drm/tilcdc')
| -rw-r--r-- | drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 |
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) 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; |
