[MIPS] Eleminate interrupt migration helper use.
> #define hw_interrupt_type irq_chip > typedef struct irq_chip hw_irq_controller; > #define no_irq_type no_irq_chip > typedef struct irq_desc irq_desc_t; Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -71,7 +71,7 @@ static void rm7k_cpu_irq_end(unsigned int irq)
|
||||
unmask_rm7k_irq(irq);
|
||||
}
|
||||
|
||||
static hw_irq_controller rm7k_irq_controller = {
|
||||
static struct irq_chip rm7k_irq_controller = {
|
||||
.typename = "RM7000",
|
||||
.startup = rm7k_cpu_irq_startup,
|
||||
.shutdown = rm7k_cpu_irq_shutdown,
|
||||
|
Reference in New Issue
Block a user