From: Heiko Stuebner Date: Mon, 3 Mar 2025 18:22:56 +0000 (+0100) Subject: drm/rockchip: vop2: add missing bitfield.h include X-Git-Tag: v6.15-rc1~120^2~13^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95a5c9d197bb22a506913acb330a926d4e51aa95;p=thirdparty%2Fkernel%2Flinux.git drm/rockchip: vop2: add missing bitfield.h include Commit 328e6885996c ("drm/rockchip: vop2: Add platform specific callback") moved per soc configuration code to the other per-soc data into rockchip_vop2_reg.c, but forgot to also include bitfield.h for the used FIELD_PREP macro. Add this missing include. Fixes: 328e6885996c ("drm/rockchip: vop2: Add platform specific callback") Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202503040135.fgoyWdLB-lkp@intel.com/ Reviewed-by: Sebastian Reichel Signed-off-by: Heiko Stuebner Link: https://patchwork.freedesktop.org/patch/msgid/20250303182256.1727178-1-heiko@sntech.de --- diff --git a/drivers/gpu/drm/rockchip/rockchip_vop2_reg.c b/drivers/gpu/drm/rockchip/rockchip_vop2_reg.c index a1402622589a0..14958d6b3d2e7 100644 --- a/drivers/gpu/drm/rockchip/rockchip_vop2_reg.c +++ b/drivers/gpu/drm/rockchip/rockchip_vop2_reg.c @@ -4,6 +4,7 @@ * Author: Andy Yan */ +#include #include #include #include