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
@@ -106,7 +106,7 @@ static void xilinx_intc_level_unmask(unsigned int virq)
|
||||
}
|
||||
|
||||
static struct irq_chip xilinx_intc_level_irqchip = {
|
||||
.typename = "Xilinx Level INTC",
|
||||
.name = "Xilinx Level INTC",
|
||||
.mask = xilinx_intc_mask,
|
||||
.mask_ack = xilinx_intc_mask,
|
||||
.unmask = xilinx_intc_level_unmask,
|
||||
@@ -133,7 +133,7 @@ static void xilinx_intc_edge_ack(unsigned int virq)
|
||||
}
|
||||
|
||||
static struct irq_chip xilinx_intc_edge_irqchip = {
|
||||
.typename = "Xilinx Edge INTC",
|
||||
.name = "Xilinx Edge INTC",
|
||||
.mask = xilinx_intc_mask,
|
||||
.unmask = xilinx_intc_edge_unmask,
|
||||
.ack = xilinx_intc_edge_ack,
|
||||
|
||||
Reference in New Issue
Block a user