diff options
Diffstat (limited to 'arch/sh/cchips')
-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 0ca405a46a5b..2d3620cc92be 100644 --- a/arch/sh/cchips/voyagergx/irq.c +++ b/arch/sh/cchips/voyagergx/irq.c | |||
@@ -50,7 +50,7 @@ static struct intc_vect vectors[] = { | |||
50 | }; | 50 | }; |
51 | 51 | ||
52 | static struct intc_mask_reg mask_registers[] = { | 52 | static struct intc_mask_reg mask_registers[] = { |
53 | { VOYAGER_INT_MASK, 1, 32, /* "Interrupt Mask", MMIO_base + 0x30 */ | 53 | { VOYAGER_INT_MASK, 0, 32, /* "Interrupt Mask", MMIO_base + 0x30 */ |
54 | { UP, G54, G53, G52, G51, G50, G49, G48, | 54 | { UP, G54, G53, G52, G51, G50, G49, G48, |
55 | I2C, PW, 0, DMA, PCI, I2S, AC, US, | 55 | I2C, PW, 0, DMA, PCI, I2S, AC, US, |
56 | 0, 0, U1, U0, CV, MC, S1, S0, | 56 | 0, 0, U1, U0, CV, MC, S1, S0, |