On Mon, Apr 07, 2025 at 06:11:05PM +0300, Dmitry Baryshkov wrote:
> +static const struct drm_connector_hdmi_cec_adapter_ops vc4_hdmi_cec_adap_ops 
> = {
> +     .base.unregister = drm_connector_hdmi_cec_unregister,
> +     .init = vc4_hdmi_cec_init,
> +     .enable = vc4_hdmi_cec_adap_enable,
> +     .log_addr = vc4_hdmi_cec_adap_log_addr,
> +     .transmit = vc4_hdmi_cec_adap_transmit,
> +};

Did you compile it? it looks like drm_connector_hdmi_cec_adapter_ops has been 
renamed, and it
doesn't have a base.unregister field anymore?

Maxime

Attachment: signature.asc
Description: PGP signature

Reply via email to