diff options
| -rw-r--r-- | arch/cris/arch-v10/kernel/irq.c | 2 | ||||
| -rw-r--r-- | arch/cris/arch-v32/kernel/irq.c | 2 |
2 files changed, 2 insertions, 2 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, |
diff --git a/arch/cris/arch-v32/kernel/irq.c b/arch/cris/arch-v32/kernel/irq.c index 295131fee710..df3925cb1c7f 100644 --- a/arch/cris/arch-v32/kernel/irq.c +++ b/arch/cris/arch-v32/kernel/irq.c | |||
| @@ -333,7 +333,7 @@ void set_affinity_crisv32_irq(unsigned int irq, const struct cpumask *dest) | |||
| 333 | spin_unlock_irqrestore(&irq_lock, flags); | 333 | spin_unlock_irqrestore(&irq_lock, flags); |
| 334 | } | 334 | } |
| 335 | 335 | ||
| 336 | static struct hw_interrupt_type crisv32_irq_type = { | 336 | static struct irq_chip crisv32_irq_type = { |
| 337 | .typename = "CRISv32", | 337 | .typename = "CRISv32", |
| 338 | .startup = startup_crisv32_irq, | 338 | .startup = startup_crisv32_irq, |
| 339 | .shutdown = shutdown_crisv32_irq, | 339 | .shutdown = shutdown_crisv32_irq, |
