diff mbox

[01/10] irq: move some interrupt arch_* functions into struct irq_chip.

Message ID 4BA6E4D1.6080704@kernel.org (mailing list archive)
State Changes Requested
Headers show

Commit Message

Yinghai Lu March 22, 2010, 3:32 a.m. UTC
None
diff mbox

Patch

diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c
index 64f6f20..cafd378 100644
--- a/arch/powerpc/kernel/irq.c
+++ b/arch/powerpc/kernel/irq.c
@@ -1088,7 +1088,7 @@  int arch_early_irq_init(void)
 	return 0;
 }
 
-int arch_init_chip_data(struct irq_desc *desc, int node)
+int arch_init_irq_desc(struct irq_desc *desc, int node, init_chip_data_fn fn)
 {
 	desc->status |= IRQ_NOREQUEST;
 	return 0;