commit | e4ec7989b4e55d9275ebac66230b7dac6dcb1fae | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Mar 27 15:19:28 2011 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 29 14:48:07 2011 +0200 |
tree | b42cd789681bada83b0051899ed66c1c0e2bbea2 | |
parent | 9efbc3fba2cd7f703b55d72e5168ed4348930442 [diff] [blame] |
MIPS: Convert the irq functions to the new names Scripted with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c index f7e2c78..5a88cc4 100644 --- a/arch/mips/kernel/smtc.c +++ b/arch/mips/kernel/smtc.c
@@ -1146,7 +1146,7 @@ setup_irq_smtc(cpu_ipi_irq, &irq_ipi, (0x100 << MIPS_CPU_IPI_IRQ)); - set_irq_handler(cpu_ipi_irq, handle_percpu_irq); + irq_set_handler(cpu_ipi_irq, handle_percpu_irq); } /*