tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 15e71592dbae49a674429c618a10401d7f992ac3 commit: 4e96d4b02cf0aa1dd1c7f0fe2c2dc43dec9f03ec [11012/11071] Merge branch 'irq/irqchip-next' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git config: arm-randconfig-r016-20230620 (https://download.01.org/0day-ci/archive/20230621/202306211736.SNdmUKzi-lkp@xxxxxxxxx/config) compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a) reproduce: (https://download.01.org/0day-ci/archive/20230621/202306211736.SNdmUKzi-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/202306211736.SNdmUKzi-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> drivers/irqchip/irq-mxs.c:12:10: fatal error: 'linux/irqchip/mxs.h' file not found 12 | #include <linux/irqchip/mxs.h> | ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. vim +12 drivers/irqchip/irq-mxs.c 5b7e5676209120 drivers/irqchip/irq-mxs.c Arnd Bergmann 2023-05-16 @12 #include <linux/irqchip/mxs.h> 83a84efcefe8d7 arch/arm/mach-mxs/icoll.c Shawn Guo 2012-08-20 13 #include <linux/irqdomain.h> 289569f902dc70 arch/arm/mach-mxs/icoll.c Shawn Guo 2010-12-18 14 #include <linux/io.h> 83a84efcefe8d7 arch/arm/mach-mxs/icoll.c Shawn Guo 2012-08-20 15 #include <linux/of.h> 8256aa7129f5d0 arch/arm/mach-mxs/icoll.c Shawn Guo 2013-03-25 16 #include <linux/of_address.h> 83a84efcefe8d7 arch/arm/mach-mxs/icoll.c Shawn Guo 2012-08-20 17 #include <linux/of_irq.h> cec6bae8ca0417 arch/arm/mach-mxs/icoll.c Shawn Guo 2013-03-25 18 #include <linux/stmp_device.h> 4e0a1b8c070fe2 arch/arm/mach-mxs/icoll.c Shawn Guo 2012-08-20 19 #include <asm/exception.h> 289569f902dc70 arch/arm/mach-mxs/icoll.c Shawn Guo 2010-12-18 20 :::::: The code at line 12 was first introduced by commit :::::: 5b7e5676209120814dbb9fec8bc3769f0f7a7958 irqchip/mxs: Include linux/irqchip/mxs.h :::::: TO: Arnd Bergmann <arnd@xxxxxxxx> :::::: CC: Marc Zyngier <maz@xxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki