powerpc: 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: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: linuxppc-dev@ozlabs.org Acked-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
committed by
Benjamin Herrenschmidt
parent
293cfa44c3
commit
b27df67248
@@ -660,7 +660,7 @@ static int ipic_set_irq_type(unsigned int virq, unsigned int flow_type)
|
||||
|
||||
/* level interrupts and edge interrupts have different ack operations */
|
||||
static struct irq_chip ipic_level_irq_chip = {
|
||||
.typename = " IPIC ",
|
||||
.name = " IPIC ",
|
||||
.unmask = ipic_unmask_irq,
|
||||
.mask = ipic_mask_irq,
|
||||
.mask_ack = ipic_mask_irq,
|
||||
@@ -668,7 +668,7 @@ static struct irq_chip ipic_level_irq_chip = {
|
||||
};
|
||||
|
||||
static struct irq_chip ipic_edge_irq_chip = {
|
||||
.typename = " IPIC ",
|
||||
.name = " IPIC ",
|
||||
.unmask = ipic_unmask_irq,
|
||||
.mask = ipic_mask_irq,
|
||||
.mask_ack = ipic_mask_irq_and_ack,
|
||||
|
Reference in New Issue
Block a user