summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/sys_jensen.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-11-30 22:51:31 -0500
committerMatt Turner <mattst88@gmail.com>2009-11-30 22:51:31 -0500
commit8ab1221c20255f35d85664a046549bc6135122c2 (patch)
tree3b39ba63210fd2d7bc1cabf275f85026c521bb86 /arch/alpha/kernel/sys_jensen.c
parent745dd2405e281d96c0a449103bdf6a895048f28c (diff)
alpha: 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: Richard Henderson <rth@twiddle.net> Cc: linux-alpha@vger.kernel.org Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/kernel/sys_jensen.c')
-rw-r--r--arch/alpha/kernel/sys_jensen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/sys_jensen.c b/arch/alpha/kernel/sys_jensen.c
index ef0b83a070ac..7a7ae36fff91 100644
--- a/arch/alpha/kernel/sys_jensen.c
+++ b/arch/alpha/kernel/sys_jensen.c
@@ -119,7 +119,7 @@ jensen_local_end(unsigned int irq)
}
static struct irq_chip jensen_local_irq_type = {
- .typename = "LOCAL",
+ .name = "LOCAL",
.startup = jensen_local_startup,
.shutdown = jensen_local_shutdown,
.enable = jensen_local_enable,