[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>
This commit is contained in:
Atsushi Nemoto
2007-01-15 00:07:25 +09:00
committed by Ralf Baechle
parent ea6e942bea
commit 70d21cdeef
32 changed files with 56 additions and 56 deletions

View File

@@ -28,7 +28,7 @@ static inline void mask_rm7k_irq(unsigned int irq)
}
static struct irq_chip rm7k_irq_controller = {
.typename = "RM7000",
.name = "RM7000",
.ack = mask_rm7k_irq,
.mask = mask_rm7k_irq,
.mask_ack = mask_rm7k_irq,