Re: [PATCH 10/11] drm: Include for mode parsing

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Include in drm_connector.c to get video_get_options() > and avoid the dependency on . The replaced function > fb_get_options() is just a tiny wrapper around video_get_opions(). No > functional changes. > > Include to get fwnode_handle_put(), which had been > provided

[PATCH 10/11] drm: Include for mode parsing

2023-02-09 Thread Thomas Zimmermann
Include in drm_connector.c to get video_get_options() and avoid the dependency on . The replaced function fb_get_options() is just a tiny wrapper around video_get_opions(). No functional changes. Include to get fwnode_handle_put(), which had been provided via . Signed-off-by: Thomas Zimmermann