summaryrefslogtreecommitdiffstats
path: root/arch/mips/ddb5xxx/ddb5477/irq_5477.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/ddb5xxx/ddb5477/irq_5477.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/ddb5xxx/ddb5477/irq_5477.c')
-rw-r--r--arch/mips/ddb5xxx/ddb5477/irq_5477.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ddb5xxx/ddb5477/irq_5477.c b/arch/mips/ddb5xxx/ddb5477/irq_5477.c
index 96249aa5df5d..98c3b15eb369 100644
--- a/arch/mips/ddb5xxx/ddb5477/irq_5477.c
+++ b/arch/mips/ddb5xxx/ddb5477/irq_5477.c
@@ -82,7 +82,7 @@ vrc5477_irq_end(unsigned int irq)
}
struct irq_chip vrc5477_irq_controller = {
- .typename = "vrc5477_irq",
+ .name = "vrc5477_irq",
.ack = vrc5477_irq_ack,
.mask = vrc5477_irq_disable,
.mask_ack = vrc5477_irq_ack,