>FWIW: I didn't see it either, but I assumed I was missing the right >context (i.e. patches) needed to trigger that warning. > FYI I triggered the warning by the following step: install 'sparse' first git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git cd linux ARCH=arm64 LLVM=1 make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' mrproper defconfig all -j8 cheers, Min-Hua > >> While implementing my feature, I happened to find that I need to >> include rockchip_drm_drv.h in rockchip_drm_vop2.h > >Makes perfect sense :) >But if the warning is indeed valid, it should be fixed on its own (IMO). > >Cheers, > Diederik