parisc: 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> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
This commit is contained in:
committed by
Kyle McMartin
parent
217bfb5190
commit
d0608b5474
@@ -326,7 +326,7 @@ static unsigned int superio_startup_irq(unsigned int irq)
|
||||
}
|
||||
|
||||
static struct irq_chip superio_interrupt_type = {
|
||||
.typename = SUPERIO,
|
||||
.name = SUPERIO,
|
||||
.startup = superio_startup_irq,
|
||||
.shutdown = superio_disable_irq,
|
||||
.enable = superio_enable_irq,
|
||||
|
Reference in New Issue
Block a user