m32r: remove obsolete hw_interrupt_type
[deliverable/linux.git] / arch / m32r / platforms / usrv / setup.c
index 89588d649eb7cc0f42c41bcafb91d51145438eff..757302660af84f2f09ffbb0e48fcf946ab27cd45 100644 (file)
@@ -61,7 +61,7 @@ static void shutdown_mappi_irq(unsigned int irq)
        outl(M32R_ICUCR_ILEVEL7, port);
 }
 
-static struct hw_interrupt_type mappi_irq_type =
+static struct irq_chip mappi_irq_type =
 {
        .typename = "M32700-IRQ",
        .startup = startup_mappi_irq,
@@ -134,7 +134,7 @@ static void shutdown_m32700ut_pld_irq(unsigned int irq)
        outw(PLD_ICUCR_ILEVEL7, port);
 }
 
-static struct hw_interrupt_type m32700ut_pld_irq_type =
+static struct irq_chip m32700ut_pld_irq_type =
 {
        .typename = "USRV-PLD-IRQ",
        .startup = startup_m32700ut_pld_irq,
This page took 0.03787 seconds and 5 git commands to generate.