Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on media-tree/master] [also build test ERROR on linus/master sailus-media-tree/streams v6.2-rc3 next-20230112] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/tumic-gpxsee-org/Added-Digiteq-Automotive-MGB4-driver/20230112-191715 base: git://linuxtv.org/media_tree.git master patch link: https://lore.kernel.org/r/20230112130458.2836-2-tumic%40gpxsee.org patch subject: [RESEND PATCH v4 1/1] Added Digiteq Automotive MGB4 driver config: alpha-allyesconfig compiler: alpha-linux-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/799768acc8238b969328efd1986e7ee9678e109f git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review tumic-gpxsee-org/Added-Digiteq-Automotive-MGB4-driver/20230112-191715 git checkout 799768acc8238b969328efd1986e7ee9678e109f # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=alpha olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=alpha SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/media/pci/mgb4/mgb4_vout.c:17:10: fatal error: linux/dma/amd_xdma.h: No such file or directory 17 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. -- >> drivers/media/pci/mgb4/mgb4_core.c:30:10: fatal error: linux/dma/amd_xdma.h: No such file or directory 30 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. -- >> drivers/media/pci/mgb4/mgb4_trigger.c:20:10: fatal error: linux/dma/amd_xdma.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. -- >> drivers/media/pci/mgb4/mgb4_vin.c:24:10: fatal error: linux/dma/amd_xdma.h: No such file or directory 24 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +17 drivers/media/pci/mgb4/mgb4_vout.c > 17 #include 18 #include "mgb4_core.h" 19 #include "mgb4_dma.h" 20 #include "mgb4_sysfs.h" 21 #include "mgb4_io.h" 22 #include "mgb4_vout.h" 23 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests