|
@@ -69,7 +69,7 @@ static void shutdown_m32700ut_irq(unsigned int irq)
|
|
|
outl(M32R_ICUCR_ILEVEL7, port);
|
|
|
}
|
|
|
|
|
|
-static struct hw_interrupt_type m32700ut_irq_type =
|
|
|
+static struct irq_chip m32700ut_irq_type =
|
|
|
{
|
|
|
.typename = "M32700UT-IRQ",
|
|
|
.startup = startup_m32700ut_irq,
|
|
@@ -146,7 +146,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 = "M32700UT-PLD-IRQ",
|
|
|
.startup = startup_m32700ut_pld_irq,
|
|
@@ -215,7 +215,7 @@ static void shutdown_m32700ut_lanpld_irq(unsigned int irq)
|
|
|
outw(PLD_ICUCR_ILEVEL7, port);
|
|
|
}
|
|
|
|
|
|
-static struct hw_interrupt_type m32700ut_lanpld_irq_type =
|
|
|
+static struct irq_chip m32700ut_lanpld_irq_type =
|
|
|
{
|
|
|
.typename = "M32700UT-PLD-LAN-IRQ",
|
|
|
.startup = startup_m32700ut_lanpld_irq,
|
|
@@ -284,7 +284,7 @@ static void shutdown_m32700ut_lcdpld_irq(unsigned int irq)
|
|
|
outw(PLD_ICUCR_ILEVEL7, port);
|
|
|
}
|
|
|
|
|
|
-static struct hw_interrupt_type m32700ut_lcdpld_irq_type =
|
|
|
+static struct irq_chip m32700ut_lcdpld_irq_type =
|
|
|
{
|
|
|
.typename = "M32700UT-PLD-LCD-IRQ",
|
|
|
.startup = startup_m32700ut_lcdpld_irq,
|