Hi all, Building Linus' tree, today's linux-next build (sparc64 allmodconfig, arm64 allmodconfig, riscv defconfig and others) failed like this: In file included from arch/sparc/include/asm/io_32.h:21:0, from arch/sparc/include/asm/io.h:7, from arch/sparc/vdso/vdso32/../vclock_gettime.c:18, from arch/sparc/vdso/vdso32/vclock_gettime.c:22: include/asm-generic/io.h:1059:21: error: static declaration of 'pci_iounmap' follows non-static declaration #define pci_iounmap pci_iounmap ^ include/asm-generic/io.h:1060:20: note: in expansion of macro 'pci_iounmap' static inline void pci_iounmap(struct pci_dev *dev, void __iomem *p) ^ Presumably caused by commit 9caea0007601 ("parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabled") -- Cheers, Stephen Rothwell