aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/i8259.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/i8259.c')
-rw-r--r--arch/mips/kernel/i8259.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c
index 4f4359bfd180..60021647cac1 100644
--- a/arch/mips/kernel/i8259.c
+++ b/arch/mips/kernel/i8259.c
@@ -303,7 +303,9 @@ void init_8259A(int auto_eoi)
303 * IRQ2 is cascade interrupt to second interrupt controller 303 * IRQ2 is cascade interrupt to second interrupt controller
304 */ 304 */
305static struct irqaction irq2 = { 305static struct irqaction irq2 = {
306 no_action, 0, CPU_MASK_NONE, "cascade", NULL, NULL 306 .handler = no_action,
307 .mask = CPU_MASK_NONE,
308 .name = "cascade",
307}; 309};
308 310
309static struct resource pic1_io_resource = { 311static struct resource pic1_io_resource = {