powerpc: Convert to new irq_* function names
Scripted with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@ -31,7 +31,7 @@ void machine_kexec_mask_interrupts(void) {
|
||||
if (!desc)
|
||||
continue;
|
||||
|
||||
chip = get_irq_desc_chip(desc);
|
||||
chip = irq_desc_get_chip(desc);
|
||||
if (!chip)
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user