diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-11-19 13:13:41 +0100 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2009-11-19 13:13:41 +0100 |
commit | d8fe989e7368a26e4baf9acb55524c71e5c3a117 (patch) | |
tree | bd3e41392f0e0001156f7ee7b82ce88648ed1152 /arch/cris/arch-v32/kernel/irq.c | |
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/kernel/irq.c')
-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) } static struct irq_chip crisv32_irq_type = { - .typename = "CRISv32", + .name = "CRISv32", .startup = startup_crisv32_irq, .shutdown = shutdown_crisv32_irq, .enable = enable_crisv32_irq, |