]> Gentwo Git Trees - linux/.git/commit
drm/rockchip: include drm_print.h where needed
authorJani Nikula <jani.nikula@intel.com>
Mon, 3 Nov 2025 09:22:39 +0000 (11:22 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 3 Nov 2025 13:48:02 +0000 (15:48 +0200)
commitc7ee592dccab73e345b2811f1568c0618997a8e0
treedff0d26be27f93113aebc86a83982f3c97b42fb9
parentbdfdec3853249ebaa318f59d4f73d359a82a785c
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 <tzimmermann@suse.de>
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 <tzimmermann@suse.de>
Link: https://patch.msgid.link/59277a2dd7939ef5fe6e8fc61311873775141ef8.1762161597.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c