Hi Dave, kernel test robot noticed the following build errors: [auto build test ERROR on e90c9612ac3969cb8206029a26bcd2b6f5d4a942] url: https://github.com/intel-lab-lkp/linux/commits/Dave-Stevenson/RFC-media-Add-media_request_-pin-unpin-API/20241221-002633 base: e90c9612ac3969cb8206029a26bcd2b6f5d4a942 patch link: https://lore.kernel.org/r/20241220-media-rpi-hevc-dec-v1-5-0ebcc04ed42e%40raspberrypi.com patch subject: [PATCH 5/7] media: platform: Add Raspberry Pi HEVC decoder driver config: sh-allyesconfig (https://download.01.org/0day-ci/archive/20241222/202412220238.0kZEBbMb-lkp@xxxxxxxxx/config) compiler: sh4-linux-gcc (GCC) 14.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241222/202412220238.0kZEBbMb-lkp@xxxxxxxxx/reproduce) 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/202412220238.0kZEBbMb-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> drivers/media/platform/raspberrypi/hevc_dec/hevc_d.c:24:10: fatal error: hevc_d_h265.h: No such file or directory 24 | #include "hevc_d_h265.h" | ^~~~~~~~~~~~~~~ compilation terminated. -- >> drivers/media/platform/raspberrypi/hevc_dec/hevc_d_video.c:21:10: fatal error: hevc_d_h265.h: No such file or directory 21 | #include "hevc_d_h265.h" | ^~~~~~~~~~~~~~~ compilation terminated. -- >> drivers/media/platform/raspberrypi/hevc_dec/hevc_d_h265.c:20:10: fatal error: hevc_d_h265.h: No such file or directory 20 | #include "hevc_d_h265.h" | ^~~~~~~~~~~~~~~ compilation terminated. vim +24 drivers/media/platform/raspberrypi/hevc_dec/hevc_d.c 22 23 #include "hevc_d.h" > 24 #include "hevc_d_h265.h" 25 #include "hevc_d_video.h" 26 #include "hevc_d_hw.h" 27 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki