[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:

committed by
Ralf Baechle

parent
ea6e942bea
commit
70d21cdeef
@@ -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,
|
||||
|
Reference in New Issue
Block a user