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

父節點
293cfa44c3
當前提交
b27df67248
@@ -69,7 +69,6 @@ static void pq2ads_pci_unmask_irq(unsigned int virq)
|
||||
}
|
||||
|
||||
static struct irq_chip pq2ads_pci_ic = {
|
||||
.typename = "PQ2 ADS PCI",
|
||||
.name = "PQ2 ADS PCI",
|
||||
.end = pq2ads_pci_unmask_irq,
|
||||
.mask = pq2ads_pci_mask_irq,
|
||||
|
Reference in New Issue
Block a user