commit | 26599a94dcadbed528a3e32a4f482a9766332f5b | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Oct 27 15:42:10 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Oct 27 15:42:10 2010 +0900 |
tree | 11fff70fbef0971381399cd512beeaee74333a6e | |
parent | 815db1477a2ce44d248a4ff853a2bef3616c7478 [diff] [blame] |
sh: intc: irq_data conversion. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/drivers/sh/intc/internals.h b/drivers/sh/intc/internals.h index d49482c..0cf8260 100644 --- a/drivers/sh/intc/internals.h +++ b/drivers/sh/intc/internals.h
@@ -152,7 +152,7 @@ /* chip.c */ extern struct irq_chip intc_irq_chip; -void _intc_enable(unsigned int irq, unsigned long handle); +void _intc_enable(struct irq_data *data, unsigned long handle); /* core.c */ extern struct list_head intc_list;