Skip to content

Commit 95a5c9d

Browse files
committed
drm/rockchip: vop2: add missing bitfield.h include
Commit 328e688 ("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: 328e688 ("drm/rockchip: vop2: Add platform specific callback") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Reviewed-by: Sebastian Reichel <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 944757a commit 95a5c9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/rockchip/rockchip_vop2_reg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Author: Andy Yan <[email protected]>
55
*/
66

7+
#include <linux/bitfield.h>
78
#include <linux/kernel.h>
89
#include <linux/component.h>
910
#include <linux/mod_devicetable.h>

0 commit comments

Comments
 (0)