On Sat Jul 4, 2026 at 12:41 AM CEST, Laurent Pinchart wrote:
> The drm_bridge.h header forward-declares struct edid, whose last usage
> in the file was removed in commit 27b8f91c08d9 ("drm/bridge: remove
> ->get_edid callback"). Commit 11f6c4b1b259 ("drm/bridge: Add
> connector-related bridge operations and data") then introduced usage of
> struct drm_edid, without a corresponding forward declaration. Fix those
> two issues by replacing the struct edid forward declaration with struct
> drm_edid.
>
> Signed-off-by: Laurent Pinchart <[email protected]>Reviewed-by: Luca Ceresoli <[email protected]> -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
