[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:
@@ -93,7 +93,7 @@ static inline void end_ioasic_irq(unsigned int irq)
|
||||
enable_ioasic_irq(irq);
|
||||
}
|
||||
|
||||
static struct hw_interrupt_type ioasic_irq_type = {
|
||||
static struct irq_chip ioasic_irq_type = {
|
||||
.typename = "IO-ASIC",
|
||||
.startup = startup_ioasic_irq,
|
||||
.shutdown = shutdown_ioasic_irq,
|
||||
@@ -121,7 +121,7 @@ static inline void end_ioasic_dma_irq(unsigned int irq)
|
||||
end_ioasic_irq(irq);
|
||||
}
|
||||
|
||||
static struct hw_interrupt_type ioasic_dma_irq_type = {
|
||||
static struct irq_chip ioasic_dma_irq_type = {
|
||||
.typename = "IO-ASIC-DMA",
|
||||
.startup = startup_ioasic_dma_irq,
|
||||
.shutdown = shutdown_ioasic_dma_irq,
|
||||
|
@@ -94,7 +94,7 @@ static void end_kn02_irq(unsigned int irq)
|
||||
enable_kn02_irq(irq);
|
||||
}
|
||||
|
||||
static struct hw_interrupt_type kn02_irq_type = {
|
||||
static struct irq_chip kn02_irq_type = {
|
||||
.typename = "KN02-CSR",
|
||||
.startup = startup_kn02_irq,
|
||||
.shutdown = shutdown_kn02_irq,
|
||||
|
Reference in New Issue
Block a user