diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-11-19 07:13:41 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2009-11-19 07:13:41 -0500 |
commit | d8fe989e7368a26e4baf9acb55524c71e5c3a117 (patch) | |
tree | bd3e41392f0e0001156f7ee7b82ce88648ed1152 /arch/cris/arch-v32 | |
parent | f25234f1c21ad9878bd38719381e13f4ef1990ce (diff) |
cris: Fixup last users of irq_chip->typename
The typename member of struct irq_chip was kept for migration purposes
and is obsolete since more than 2 years. Fix up the leftovers.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Mikael Starvik <starvik@axis.com>
Cc: linux-cris-kernel@axis.com
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/arch-v32')
-rw-r--r-- | arch/cris/arch-v32/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/kernel/irq.c b/arch/cris/arch-v32/kernel/irq.c index 57668db25031..b6241198fb98 100644 --- a/arch/cris/arch-v32/kernel/irq.c +++ b/arch/cris/arch-v32/kernel/irq.c | |||
@@ -336,7 +336,7 @@ int set_affinity_crisv32_irq(unsigned int irq, const struct cpumask *dest) | |||
336 | } | 336 | } |
337 | 337 | ||
338 | static struct irq_chip crisv32_irq_type = { | 338 | static struct irq_chip crisv32_irq_type = { |
339 | .typename = "CRISv32", | 339 | .name = "CRISv32", |
340 | .startup = startup_crisv32_irq, | 340 | .startup = startup_crisv32_irq, |
341 | .shutdown = shutdown_crisv32_irq, | 341 | .shutdown = shutdown_crisv32_irq, |
342 | .enable = enable_crisv32_irq, | 342 | .enable = enable_crisv32_irq, |