aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/tilcdc_panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_panel.c')
-rw-r--r--drivers/gpu/drm/tilcdc/tilcdc_panel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_panel.c
index 90ee49786372..09176654fddb 100644
--- a/drivers/gpu/drm/tilcdc/tilcdc_panel.c
+++ b/drivers/gpu/drm/tilcdc/tilcdc_panel.c
@@ -305,7 +305,7 @@ static const struct tilcdc_module_ops panel_module_ops = {
305 */ 305 */
306 306
307/* maybe move this somewhere common if it is needed by other outputs? */ 307/* maybe move this somewhere common if it is needed by other outputs? */
308static struct tilcdc_panel_info * of_get_panel_info(struct device_node *np) 308static struct tilcdc_panel_info *of_get_panel_info(struct device_node *np)
309{ 309{
310 struct device_node *info_np; 310 struct device_node *info_np;
311 struct tilcdc_panel_info *info; 311 struct tilcdc_panel_info *info;
@@ -413,7 +413,6 @@ static struct of_device_id panel_of_match[] = {
413 { .compatible = "ti,tilcdc,panel", }, 413 { .compatible = "ti,tilcdc,panel", },
414 { }, 414 { },
415}; 415};
416MODULE_DEVICE_TABLE(of, panel_of_match);
417 416
418struct platform_driver panel_driver = { 417struct platform_driver panel_driver = {
419 .probe = panel_probe, 418 .probe = panel_probe,