Re: (subset) [PATCH -next] drm/vc4: Add explicit declaration of 'drmm_of_get_bridge'

From: Maxime Ripard
Date: Thu Jul 21 2022 - 06:18:11 EST


On Sat, 16 Jul 2022 10:07:41 +0800, Wang Jingjin wrote:
> Fix the error of implicit declaration of function 'drmm_of_get_bridge':
>
> drivers/gpu/drm/vc4/vc4_dpi.c:278:11: error: implicit declaration of function ‘drmm_of_get_bridge’; did you mean ‘devm_drm_of_get_bridge’? [-Werror=implicit-function-declaration]
> bridge = drmm_of_get_bridge(drm, dev->of_node, 0, 0);
>
>

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime