summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/irq-mv6434x.c
diff options
context:
space:
mode:
authorAtsushi Nemoto2007-01-14 16:07:25 +0100
committerRalf Baechle2007-02-06 17:53:14 +0100
commit70d21cdeef6331e67ed87262c894cd6601f0dccc (patch)
tree0bf2a011953a4794b26e28081d36af5ab43358c2 /arch/mips/kernel/irq-mv6434x.c
parent[MIPS] Kconfig: Move some entries to appropriate menu (diff)
downloadkernel-qcow2-linux-70d21cdeef6331e67ed87262c894cd6601f0dccc.tar.gz
kernel-qcow2-linux-70d21cdeef6331e67ed87262c894cd6601f0dccc.tar.xz
kernel-qcow2-linux-70d21cdeef6331e67ed87262c894cd6601f0dccc.zip
[MIPS] use name instead of typename for each irq_chip
The "typename" field was obsoleted by the "name" field. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/irq-mv6434x.c')
-rw-r--r--arch/mips/kernel/irq-mv6434x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/irq-mv6434x.c b/arch/mips/kernel/irq-mv6434x.c
index efbd219845b5..bf6015ede00d 100644
--- a/arch/mips/kernel/irq-mv6434x.c
+++ b/arch/mips/kernel/irq-mv6434x.c
@@ -92,7 +92,7 @@ void ll_mv64340_irq(void)
}
struct irq_chip mv64340_irq_type = {
- .typename = "MV-64340",
+ .name = "MV-64340",
.ack = mask_mv64340_irq,
.mask = mask_mv64340_irq,
.mask_ack = mask_mv64340_irq,