diff options
Diffstat (limited to 'arch/sh/cchips/voyagergx/irq.c')
-rw-r--r-- | arch/sh/cchips/voyagergx/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/cchips/voyagergx/irq.c b/arch/sh/cchips/voyagergx/irq.c index ade303876841..e7e78c612fad 100644 --- a/arch/sh/cchips/voyagergx/irq.c +++ b/arch/sh/cchips/voyagergx/irq.c | |||
@@ -58,7 +58,7 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
58 | }; | 58 | }; |
59 | 59 | ||
60 | static DECLARE_INTC_DESC(intc_desc, "voyagergx", vectors, | 60 | static DECLARE_INTC_DESC(intc_desc, "voyagergx", vectors, |
61 | NULL, NULL, mask_registers, NULL, NULL); | 61 | NULL, mask_registers, NULL, NULL); |
62 | 62 | ||
63 | static unsigned int voyagergx_stat2irq[32] = { | 63 | static unsigned int voyagergx_stat2irq[32] = { |
64 | IRQ_SM501_CI, IRQ_SM501_PV, IRQ_SM501_ZD, IRQ_SM501_2D, | 64 | IRQ_SM501_CI, IRQ_SM501_PV, IRQ_SM501_ZD, IRQ_SM501_2D, |