On Mon, Feb 20, 2006 at 04:57:00AM +0000, Martin Michlmayr wrote: > Fix the following compiler warnings: > > CC arch/mips/sibyte/bcm1480/irq.o > arch/mips/sibyte/bcm1480/irq.c: In function ‘bcm1480_set_affinity’: > arch/mips/sibyte/bcm1480/irq.c:168: warning: ISO C90 forbids mixed declarations and code > arch/mips/sibyte/bcm1480/irq.c: In function ‘ack_bcm1480_irq’: > arch/mips/sibyte/bcm1480/irq.c:230: warning: ISO C90 forbids mixed declarations and code Not only ISO C - it simply doesn't build with gcc 3.2. Applied, Ralf