sh: remove obsolete hw_interrupt_type
Impact: cleanup Convert the last remaining users to struct irq_chip and remove the define. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:

committed by
Paul Mundt

parent
0cd5f7b0c7
commit
d804983982
@@ -84,7 +84,7 @@ static void disable_intc_irq(unsigned int irq);
|
||||
static void mask_and_ack_intc(unsigned int);
|
||||
static void end_intc_irq(unsigned int irq);
|
||||
|
||||
static struct hw_interrupt_type intc_irq_type = {
|
||||
static struct irq_chip intc_irq_type = {
|
||||
.typename = "INTC",
|
||||
.startup = startup_intc_irq,
|
||||
.shutdown = shutdown_intc_irq,
|
||||
|
Reference in New Issue
Block a user