diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-03-10 20:46:11 -0400 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2009-04-02 08:30:47 -0400 |
commit | c01ce82941af2e45c6f760d274bf33b485d60d1e (patch) | |
tree | 1bf553f45cc36a42c356a3b488b25267833a24a2 /arch/cris/arch-v10 | |
parent | 59b97760771143a2e4221df1c517f915cdb303f7 (diff) |
cris: convert obsolete hw_interrupt_type to struct irq_chip
Impact: cleanup
Convert the last remaining users to struct irq_chip.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
CC: Mikael Starvik <starvik@axis.com>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/arch-v10')
-rw-r--r-- | arch/cris/arch-v10/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v10/kernel/irq.c b/arch/cris/arch-v10/kernel/irq.c index 65ed803dae6f..5d75f77f9c73 100644 --- a/arch/cris/arch-v10/kernel/irq.c +++ b/arch/cris/arch-v10/kernel/irq.c | |||
@@ -132,7 +132,7 @@ static void end_crisv10_irq(unsigned int irq) | |||
132 | { | 132 | { |
133 | } | 133 | } |
134 | 134 | ||
135 | static struct hw_interrupt_type crisv10_irq_type = { | 135 | static struct irq_chip crisv10_irq_type = { |
136 | .typename = "CRISv10", | 136 | .typename = "CRISv10", |
137 | .startup = startup_crisv10_irq, | 137 | .startup = startup_crisv10_irq, |
138 | .shutdown = shutdown_crisv10_irq, | 138 | .shutdown = shutdown_crisv10_irq, |