diff options
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_panel.c')
-rw-r--r-- | drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_panel.c index 1813a3623ce6..8eebb5f826a6 100644 --- a/drivers/gpu/drm/tilcdc/tilcdc_panel.c +++ b/drivers/gpu/drm/tilcdc/tilcdc_panel.c | |||
@@ -418,7 +418,7 @@ static int panel_remove(struct platform_device *pdev) | |||
418 | return 0; | 418 | return 0; |
419 | } | 419 | } |
420 | 420 | ||
421 | static struct of_device_id panel_of_match[] = { | 421 | static const struct of_device_id panel_of_match[] = { |
422 | { .compatible = "ti,tilcdc,panel", }, | 422 | { .compatible = "ti,tilcdc,panel", }, |
423 | { }, | 423 | { }, |
424 | }; | 424 | }; |