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)
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>

No differences found