aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/exynos/exynos_hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c
index 06bfbe400cf1..e5b9ae0aae6e 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -1676,7 +1676,7 @@ static int hdmi_resources_init(struct hdmi_context *hdata)
1676 return hdmi_bridge_init(hdata); 1676 return hdmi_bridge_init(hdata);
1677} 1677}
1678 1678
1679static struct of_device_id hdmi_match_types[] = { 1679static const struct of_device_id hdmi_match_types[] = {
1680 { 1680 {
1681 .compatible = "samsung,exynos4210-hdmi", 1681 .compatible = "samsung,exynos4210-hdmi",
1682 .data = &exynos4210_hdmi_driver_data, 1682 .data = &exynos4210_hdmi_driver_data,