|
@@ -545,7 +545,7 @@ sun4i_tv_comp_connector_destroy(struct drm_connector *connector)
|
|
drm_connector_cleanup(connector);
|
|
drm_connector_cleanup(connector);
|
|
}
|
|
}
|
|
|
|
|
|
-static struct drm_connector_funcs sun4i_tv_comp_connector_funcs = {
|
|
|
|
|
|
+static const struct drm_connector_funcs sun4i_tv_comp_connector_funcs = {
|
|
.fill_modes = drm_helper_probe_single_connector_modes,
|
|
.fill_modes = drm_helper_probe_single_connector_modes,
|
|
.destroy = sun4i_tv_comp_connector_destroy,
|
|
.destroy = sun4i_tv_comp_connector_destroy,
|
|
.reset = drm_atomic_helper_connector_reset,
|
|
.reset = drm_atomic_helper_connector_reset,
|