From: Jani Nikula Date: Mon, 3 Nov 2025 09:22:39 +0000 (+0200) Subject: drm/rockchip: include drm_print.h where needed X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7ee592dccab73e345b2811f1568c0618997a8e0;p=thirdparty%2Fkernel%2Flinux.git drm/rockchip: include drm_print.h where needed rockchip_drm_vop2.c depends on drm_print.h being indirectly included via drm_buddy.h, drm_mm.h, or ttm/ttm_resource.h. Include drm_print.h explicitly. Reported-by: Thomas Zimmermann Closes: https://lore.kernel.org/r/9c67c29b-06e9-469b-9273-eaac368632d6@suse.de Fixes: f6e8dc9edf96 ("drm: include drm_print.h where needed") Reviewed-by: Thomas Zimmermann Link: https://patch.msgid.link/59277a2dd7939ef5fe6e8fc61311873775141ef8.1762161597.git.jani.nikula@intel.com Signed-off-by: Jani Nikula --- diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c index 284c8a0480347..e979d5e02ff49 100644 --- a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c +++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include