The function was unexported and was causing link failures for pl111 (and probably the other user tve200) in a module build.
Fixes: d383fb5f8add ("drm: get drm_bridge_panel connector via helper") Cc: Sam Ravnborg <s...@ravnborg.org> Cc: Laurent Pinchart <laurent.pinch...@ideasonboard.com> Cc: Linux Walleij <linux.wall...@linaro.org> Signed-off-by: Mihail Atanassov <mihail.atanas...@arm.com> --- drivers/gpu/drm/bridge/panel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bridge/panel.c b/drivers/gpu/drm/bridge/panel.c index 1443897f999b..f66777e24968 100644 --- a/drivers/gpu/drm/bridge/panel.c +++ b/drivers/gpu/drm/bridge/panel.c @@ -306,3 +306,4 @@ struct drm_connector *drm_panel_bridge_connector(struct drm_bridge *bridge) return &panel_bridge->connector; } +EXPORT_SYMBOL(drm_panel_bridge_connector); -- 2.23.0 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel