tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 483fed3b5dc8ce3644c83d24240cf5756fb0993e commit: 84fc863606239d8b434e59e6bbbe805f457e5767 [3015/8813] ARM: make ARCH_MULTIPLATFORM user-visible config: arm-randconfig-r033-20220921 (https://download.01.org/0day-ci/archive/20220922/202209221816.GrjCYjoq-lkp@xxxxxxxxx/config) compiler: arm-linux-gnueabi-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://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=84fc863606239d8b434e59e6bbbe805f457e5767 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 84fc863606239d8b434e59e6bbbe805f457e5767 # 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=arm SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> arch/arm/plat-orion/irq.c:19:10: fatal error: plat/irq.h: No such file or directory 19 | #include <plat/irq.h> | ^~~~~~~~~~~~ compilation terminated. -- >> arch/arm/plat-orion/pcie.c:15:10: fatal error: plat/pcie.h: No such file or directory 15 | #include <plat/pcie.h> | ^~~~~~~~~~~~~ compilation terminated. -- >> arch/arm/plat-orion/time.c:20:10: fatal error: plat/time.h: No such file or directory 20 | #include <plat/time.h> | ^~~~~~~~~~~~~ compilation terminated. -- >> arch/arm/plat-orion/common.c:24:10: fatal error: plat/common.h: No such file or directory 24 | #include <plat/common.h> | ^~~~~~~~~~~~~~~ compilation terminated. -- >> arch/arm/plat-orion/mpp.c:16:10: fatal error: plat/orion-gpio.h: No such file or directory 16 | #include <plat/orion-gpio.h> | ^~~~~~~~~~~~~~~~~~~ compilation terminated. -- >> arch/arm/plat-orion/gpio.c:26:10: fatal error: plat/orion-gpio.h: No such file or directory 26 | #include <plat/orion-gpio.h> | ^~~~~~~~~~~~~~~~~~~ compilation terminated. vim +19 arch/arm/plat-orion/irq.c 6f088f1d215be5 Lennert Buytenhek 2008-08-09 @19 #include <plat/irq.h> ce91574c202b85 Rob Herring 2012-08-29 20 #include <plat/orion-gpio.h> f28d7de6bd4d41 Sebastian Hesselbarth 2014-01-16 21 :::::: The code at line 19 was first introduced by commit :::::: 6f088f1d215be5250582b974f83f0e3aa6ad3a28 [ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/plat :::::: TO: Lennert Buytenhek <buytenh@xxxxxxxxxxxxxx> :::::: CC: Lennert Buytenhek <buytenh@xxxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://01.org/lkp