Hi Shawn, I love your patch! Yet something to improve: [auto build test ERROR on pci/next] [also build test ERROR on v4.17-rc3 next-20180426] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Shawn-Lin/Add-new-helper-to-allocate-IRQ-domain-for-host-drivers/20180430-025537 base: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next config: sh-allmodconfig (attached as .config) compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=sh All errors (new ones prefixed by >>): In file included from arch/sh/kernel/io.c:12:0: >> include/linux/pci.h:1692:27: error: 'pci_alloc_intx_irqd' defined but not used [-Werror=unused-function] static struct irq_domain *pci_alloc_intx_irqd(struct device *dev, void *host, ^~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors vim +/pci_alloc_intx_irqd +1692 include/linux/pci.h 1691 > 1692 static struct irq_domain *pci_alloc_intx_irqd(struct device *dev, void *host, 1693 bool general_xlate, const struct irq_domain_ops *intx_domain_ops, 1694 struct device_node *local_intc) 1695 { return ERR_PTR(-EINVAL); } 1696 #endif /* CONFIG_PCI */ 1697 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip