sh: 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> Cc: linux-sh@vger.kernel.org Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:

committed by
Paul Mundt

parent
68fb2e499b
commit
648f15345a
@@ -68,7 +68,7 @@ static void unmask_imask_irq(unsigned int irq)
|
||||
}
|
||||
|
||||
static struct irq_chip imask_irq_chip = {
|
||||
.typename = "SR.IMASK",
|
||||
.name = "SR.IMASK",
|
||||
.mask = mask_imask_irq,
|
||||
.unmask = unmask_imask_irq,
|
||||
.mask_ack = mask_imask_irq,
|
||||
|
Reference in New Issue
Block a user