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>
Esse commit está contido em:

commit de
Benjamin Herrenschmidt

pai
293cfa44c3
commit
b27df67248
@@ -79,7 +79,7 @@ cpld_unmask_irq(unsigned int irq)
|
||||
}
|
||||
|
||||
static struct irq_chip cpld_pic = {
|
||||
.typename = " CPLD PIC ",
|
||||
.name = " CPLD PIC ",
|
||||
.mask = cpld_mask_irq,
|
||||
.ack = cpld_mask_irq,
|
||||
.unmask = cpld_unmask_irq,
|
||||
|
@@ -74,7 +74,7 @@ static void media5200_irq_mask(unsigned int virq)
|
||||
}
|
||||
|
||||
static struct irq_chip media5200_irq_chip = {
|
||||
.typename = "Media5200 FPGA",
|
||||
.name = "Media5200 FPGA",
|
||||
.unmask = media5200_irq_unmask,
|
||||
.mask = media5200_irq_mask,
|
||||
.mask_ack = media5200_irq_mask,
|
||||
|
@@ -149,7 +149,7 @@ static int mpc52xx_gpt_irq_set_type(unsigned int virq, unsigned int flow_type)
|
||||
}
|
||||
|
||||
static struct irq_chip mpc52xx_gpt_irq_chip = {
|
||||
.typename = "MPC52xx GPT",
|
||||
.name = "MPC52xx GPT",
|
||||
.unmask = mpc52xx_gpt_irq_unmask,
|
||||
.mask = mpc52xx_gpt_irq_mask,
|
||||
.ack = mpc52xx_gpt_irq_ack,
|
||||
|
@@ -220,7 +220,7 @@ static int mpc52xx_extirq_set_type(unsigned int virq, unsigned int flow_type)
|
||||
}
|
||||
|
||||
static struct irq_chip mpc52xx_extirq_irqchip = {
|
||||
.typename = "MPC52xx External",
|
||||
.name = "MPC52xx External",
|
||||
.mask = mpc52xx_extirq_mask,
|
||||
.unmask = mpc52xx_extirq_unmask,
|
||||
.ack = mpc52xx_extirq_ack,
|
||||
@@ -258,7 +258,7 @@ static void mpc52xx_main_unmask(unsigned int virq)
|
||||
}
|
||||
|
||||
static struct irq_chip mpc52xx_main_irqchip = {
|
||||
.typename = "MPC52xx Main",
|
||||
.name = "MPC52xx Main",
|
||||
.mask = mpc52xx_main_mask,
|
||||
.mask_ack = mpc52xx_main_mask,
|
||||
.unmask = mpc52xx_main_unmask,
|
||||
@@ -291,7 +291,7 @@ static void mpc52xx_periph_unmask(unsigned int virq)
|
||||
}
|
||||
|
||||
static struct irq_chip mpc52xx_periph_irqchip = {
|
||||
.typename = "MPC52xx Peripherals",
|
||||
.name = "MPC52xx Peripherals",
|
||||
.mask = mpc52xx_periph_mask,
|
||||
.mask_ack = mpc52xx_periph_mask,
|
||||
.unmask = mpc52xx_periph_unmask,
|
||||
@@ -335,7 +335,7 @@ static void mpc52xx_sdma_ack(unsigned int virq)
|
||||
}
|
||||
|
||||
static struct irq_chip mpc52xx_sdma_irqchip = {
|
||||
.typename = "MPC52xx SDMA",
|
||||
.name = "MPC52xx SDMA",
|
||||
.mask = mpc52xx_sdma_mask,
|
||||
.unmask = mpc52xx_sdma_unmask,
|
||||
.ack = mpc52xx_sdma_ack,
|
||||
|
@@ -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,
|
||||
|
@@ -232,7 +232,7 @@ static int socrates_fpga_pic_set_type(unsigned int virq,
|
||||
}
|
||||
|
||||
static struct irq_chip socrates_fpga_pic_chip = {
|
||||
.typename = " FPGA-PIC ",
|
||||
.name = " FPGA-PIC ",
|
||||
.ack = socrates_fpga_pic_ack,
|
||||
.mask = socrates_fpga_pic_mask,
|
||||
.mask_ack = socrates_fpga_pic_mask_ack,
|
||||
|
@@ -149,7 +149,7 @@ static void gef_pic_unmask(unsigned int virq)
|
||||
}
|
||||
|
||||
static struct irq_chip gef_pic_chip = {
|
||||
.typename = "gefp",
|
||||
.name = "gefp",
|
||||
.mask = gef_pic_mask,
|
||||
.mask_ack = gef_pic_mask_ack,
|
||||
.unmask = gef_pic_unmask,
|
||||
|
@@ -312,7 +312,7 @@ static struct irq_chip msic_irq_chip = {
|
||||
.mask = mask_msi_irq,
|
||||
.unmask = unmask_msi_irq,
|
||||
.shutdown = unmask_msi_irq,
|
||||
.typename = "AXON-MSI",
|
||||
.name = "AXON-MSI",
|
||||
};
|
||||
|
||||
static int msic_host_map(struct irq_host *h, unsigned int virq,
|
||||
|
@@ -110,7 +110,7 @@ static void beatic_end_irq(unsigned int irq_plug)
|
||||
}
|
||||
|
||||
static struct irq_chip beatic_pic = {
|
||||
.typename = " CELL-BEAT ",
|
||||
.name = " CELL-BEAT ",
|
||||
.unmask = beatic_unmask_irq,
|
||||
.mask = beatic_mask_irq,
|
||||
.eoi = beatic_end_irq,
|
||||
|
@@ -88,7 +88,7 @@ static void iic_eoi(unsigned int irq)
|
||||
}
|
||||
|
||||
static struct irq_chip iic_chip = {
|
||||
.typename = " CELL-IIC ",
|
||||
.name = " CELL-IIC ",
|
||||
.mask = iic_mask,
|
||||
.unmask = iic_unmask,
|
||||
.eoi = iic_eoi,
|
||||
@@ -133,7 +133,7 @@ static void iic_ioexc_cascade(unsigned int irq, struct irq_desc *desc)
|
||||
|
||||
|
||||
static struct irq_chip iic_ioexc_chip = {
|
||||
.typename = " CELL-IOEX",
|
||||
.name = " CELL-IOEX",
|
||||
.mask = iic_mask,
|
||||
.unmask = iic_unmask,
|
||||
.eoi = iic_ioexc_eoi,
|
||||
|
@@ -168,7 +168,7 @@ static int spider_set_irq_type(unsigned int virq, unsigned int type)
|
||||
}
|
||||
|
||||
static struct irq_chip spider_pic = {
|
||||
.typename = " SPIDER ",
|
||||
.name = " SPIDER ",
|
||||
.unmask = spider_unmask_irq,
|
||||
.mask = spider_mask_irq,
|
||||
.ack = spider_ack_irq,
|
||||
|
@@ -273,7 +273,7 @@ static void iseries_end_IRQ(unsigned int irq)
|
||||
}
|
||||
|
||||
static struct irq_chip iseries_pic = {
|
||||
.typename = "iSeries irq controller",
|
||||
.name = "iSeries irq controller",
|
||||
.startup = iseries_startup_IRQ,
|
||||
.shutdown = iseries_shutdown_IRQ,
|
||||
.unmask = iseries_enable_IRQ,
|
||||
|
@@ -195,7 +195,7 @@ static int pmac_retrigger(unsigned int virq)
|
||||
}
|
||||
|
||||
static struct irq_chip pmac_pic = {
|
||||
.typename = " PMAC-PIC ",
|
||||
.name = " PMAC-PIC ",
|
||||
.startup = pmac_startup_irq,
|
||||
.mask = pmac_mask_irq,
|
||||
.ack = pmac_ack_irq,
|
||||
|
@@ -152,7 +152,7 @@ static void ps3_chip_eoi(unsigned int virq)
|
||||
*/
|
||||
|
||||
static struct irq_chip ps3_irq_chip = {
|
||||
.typename = "ps3",
|
||||
.name = "ps3",
|
||||
.mask = ps3_chip_mask,
|
||||
.unmask = ps3_chip_unmask,
|
||||
.eoi = ps3_chip_eoi,
|
||||
|
@@ -388,7 +388,7 @@ static int xics_set_affinity(unsigned int virq, const struct cpumask *cpumask)
|
||||
}
|
||||
|
||||
static struct irq_chip xics_pic_direct = {
|
||||
.typename = " XICS ",
|
||||
.name = " XICS ",
|
||||
.startup = xics_startup,
|
||||
.mask = xics_mask_irq,
|
||||
.unmask = xics_unmask_irq,
|
||||
@@ -397,7 +397,7 @@ static struct irq_chip xics_pic_direct = {
|
||||
};
|
||||
|
||||
static struct irq_chip xics_pic_lpar = {
|
||||
.typename = " XICS ",
|
||||
.name = " XICS ",
|
||||
.startup = xics_startup,
|
||||
.mask = xics_mask_irq,
|
||||
.unmask = xics_unmask_irq,
|
||||
|
Referência em uma nova issue
Block a user