parisc: Convert irq namespace
Convert to the new function names. Scripted with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Kyle McMartin <kyle@mcmartin.ca> Cc: linux-parisc@vger.kernel.org
このコミットが含まれているのは:
@@ -152,8 +152,8 @@ int gsc_assign_irq(struct irq_chip *type, void *data)
|
||||
if (irq > GSC_IRQ_MAX)
|
||||
return NO_IRQ;
|
||||
|
||||
set_irq_chip_and_handler(irq, type, handle_simple_irq);
|
||||
set_irq_chip_data(irq, data);
|
||||
irq_set_chip_and_handler(irq, type, handle_simple_irq);
|
||||
irq_set_chip_data(irq, data);
|
||||
|
||||
return irq++;
|
||||
}
|
||||
|
新しいイシューから参照
ユーザーをブロックする