* Yinghai Lu <yinghai@xxxxxxxxxx> wrote: > +extern int arch_init_chip_data(struct irq_desc *desc, int cpu); when you change a function declaration's return type, you _must_ double check whether you properly updated all instances of that function. In this case you forgot about the io_apic.c instance. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html