On Wed, May 26, 2021 at 03:10:45AM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 5d765451c2409e63563fa6a3e8005bd03ab9e82f > commit: f89867cee8e8bdcee9845eaaa63b66d392b975ff [4477/5003] soc: imx: gpcv2: add support for i.MX8MM power domains > config: riscv-allyesconfig (attached as .config) > compiler: riscv64-linux-gcc (GCC) 9.3.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://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f89867cee8e8bdcee9845eaaa63b66d392b975ff > git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > git fetch --no-tags linux-next master > git checkout f89867cee8e8bdcee9845eaaa63b66d392b975ff > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > Note: the linux-next/master HEAD 5d765451c2409e63563fa6a3e8005bd03ab9e82f builds fine. > It may have been fixed somewhere. Thanks for the report. The reason is that the dependency has gone in through a different branch. I will fix it by moving things around. Shawn > > All errors (new ones prefixed by >>): > > >> drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory > 22 | #include <dt-bindings/power/imx8mm-power.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > > > vim +22 drivers/soc/imx/gpcv2.c > > > 22 #include <dt-bindings/power/imx8mm-power.h> > 23 > > --- > 0-DAY CI Kernel Test Service, Intel Corporation > https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx