]> git.karo-electronics.de Git - mv-sheeva.git/commit
cris: Fix irq conversion fallout
authorThomas Gleixner <tglx@linutronix.de>
Thu, 17 Mar 2011 12:29:26 +0000 (13:29 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 17 Mar 2011 14:52:06 +0000 (15:52 +0100)
commit368e2119c37312f8bb2ab4d1346c46f9611805e4
tree0485aeafde7dabea8e71acda2e8a0d39fa483686
parent016aa2ed1cc9cf704cf76d8df07751b6daa9750f
cris: Fix irq conversion fallout

arch/cris/arch-v10/kernel/irq.c: In function 'init_IRQ':
arch/cris/arch-v10/kernel/irq.c:202:3: error: implicit declaration of
function 'set_irq_desc_and_handler'

Should have been set_irq_chip_and_handler()

Fix it and convert to the new function names while at it.

Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/cris/arch-v10/kernel/irq.c
arch/cris/arch-v32/kernel/irq.c