Hi Jason, After merging the irqchip tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: include/linux/irqchip/arm-gic.h:109:53: warning: its scope is only this definition or declaration, which is probably not what you want In file included from arch/arm/mach-ux500/pm.c:13:0: include/linux/irqchip/arm-gic.h:109:53: warning: 'struct irq_domain' declared inside parameter list int gicv2m_of_init(struct device_node *node, struct irq_domain *parent); ^ and many more similar. Introduced by commit 853a33ce6932 ("irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbell"). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au