mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
MIPS: Convert the irq functions to the new names
Scripted with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@@ -102,7 +102,7 @@ void __init init_IRQ(void)
|
||||
#endif
|
||||
|
||||
for (i = 0; i < NR_IRQS; i++)
|
||||
set_irq_noprobe(i);
|
||||
irq_set_noprobe(i);
|
||||
|
||||
arch_init_irq();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user