tree: https://git.linuxtv.org/media-ci/media-pending.git next head: 36cef585e2a31e4ddf33a004b0584a7a572246de commit: 7b59b132ad4398f9c13c3222e5126f5045aa5ead [3/7] media: platform: synopsys: Add support for HDMI input driver compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202503061231.PHF6hEL2-lkp@xxxxxxxxx/ includecheck warnings: (new ones prefixed by >>) >> drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c: media/v4l2-common.h is included more than once. vim +33 drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c 31 32 #include <media/cec.h> > 33 #include <media/v4l2-common.h> 34 #include <media/v4l2-ctrls.h> 35 #include <media/v4l2-device.h> 36 #include <media/v4l2-dv-timings.h> 37 #include <media/v4l2-event.h> 38 #include <media/v4l2-fh.h> 39 #include <media/v4l2-ioctl.h> 40 #include <media/videobuf2-dma-contig.h> 41 #include <media/videobuf2-v4l2.h> > 42 #include <media/v4l2-common.h> 43 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki