tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git devel head: cc8be4820bb5db727abd27c7e9caaa107f05c817 commit: a232146fdf9c5cbd953b59739b84f802f3fa1b5d [51/52] gpio: ixp4xx: Add driver for the IXP4xx GPIO config: i386-allmodconfig (attached as .config) compiler: gcc-8 (Debian 8.2.0-20) 8.2.0 reproduce: git checkout a232146fdf9c5cbd953b59739b84f802f3fa1b5d # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): >> drivers/gpio/gpio-ixp4xx.c:17:10: fatal error: linux/irqchip/irq-ixp4xx.h: No such file or directory #include <linux/irqchip/irq-ixp4xx.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +17 drivers/gpio/gpio-ixp4xx.c 8 9 #include <linux/gpio/driver.h> 10 #include <linux/io.h> 11 #include <linux/irq.h> 12 #include <linux/irqdomain.h> 13 #include <linux/irqchip.h> 14 #include <linux/platform_device.h> 15 #include <linux/bitops.h> 16 /* Include that go away with DT transition */ > 17 #include <linux/irqchip/irq-ixp4xx.h> 18 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip