diff options
Diffstat (limited to 'arch/sh/cchips/hd6446x/hd64465/setup.c')
-rw-r--r-- | arch/sh/cchips/hd6446x/hd64465/setup.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/sh/cchips/hd6446x/hd64465/setup.c b/arch/sh/cchips/hd6446x/hd64465/setup.c index d126e1f30dee..5cef0db4018b 100644 --- a/arch/sh/cchips/hd6446x/hd64465/setup.c +++ b/arch/sh/cchips/hd6446x/hd64465/setup.c | |||
@@ -147,7 +147,12 @@ int hd64465_irq_demux(int irq) | |||
147 | return irq; | 147 | return irq; |
148 | } | 148 | } |
149 | 149 | ||
150 | static struct irqaction irq0 = { hd64465_interrupt, IRQF_DISABLED, CPU_MASK_NONE, "HD64465", NULL, NULL}; | 150 | static struct irqaction irq0 = { |
151 | .handler = hd64465_interrupt, | ||
152 | .flags = IRQF_DISABLED, | ||
153 | .mask = CPU_MASK_NONE, | ||
154 | .name = "HD64465", | ||
155 | }; | ||
151 | 156 | ||
152 | 157 | ||
153 | static int __init setup_hd64465(void) | 158 | static int __init setup_hd64465(void) |