]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/exynos/exynos_hdmi.c
drm: exynos: hdmi: make of_device_ids const.
[karo-tx-linux.git] / drivers / gpu / drm / exynos / exynos_hdmi.c
index 06bfbe400cf1d2ea23ec361a0fa1364a139ac43d..e5b9ae0aae6ecf3c3aa074e99d3b5356fe3f4e13 100644 (file)
@@ -1676,7 +1676,7 @@ static int hdmi_resources_init(struct hdmi_context *hdata)
        return hdmi_bridge_init(hdata);
 }
 
-static struct of_device_id hdmi_match_types[] = {
+static const struct of_device_id hdmi_match_types[] = {
        {
                .compatible = "samsung,exynos4210-hdmi",
                .data = &exynos4210_hdmi_driver_data,