diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-04-09 04:53:11 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-04-18 12:50:06 -0400 |
commit | 47aa8f493f94c6f60ebc5aa70eec90cc83f499f3 (patch) | |
tree | 7939d82ea31c63816700116ee7d37ade7d57a08f /arch/sh | |
parent | 67908abf02fb83dee1730adf70d9e31367119190 (diff) |
sh: Fix up SH7763 build.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7763.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7763.c b/arch/sh/kernel/cpu/sh4a/setup-sh7763.c index 07c988dc9de6..ae2b22219f02 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7763.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7763.c | |||
@@ -231,12 +231,6 @@ static struct intc_group groups[] __initdata = { | |||
231 | INTC_GROUP(GPIO, GPIO_CH0, GPIO_CH1, GPIO_CH2, GPIO_CH3), | 231 | INTC_GROUP(GPIO, GPIO_CH0, GPIO_CH1, GPIO_CH2, GPIO_CH3), |
232 | }; | 232 | }; |
233 | 233 | ||
234 | static struct intc_prio priorities[] __initdata = { | ||
235 | INTC_PRIO(SCIF0, 3), | ||
236 | INTC_PRIO(SCIF1, 3), | ||
237 | INTC_PRIO(SCIF2, 3), | ||
238 | }; | ||
239 | |||
240 | static struct intc_mask_reg mask_registers[] __initdata = { | 234 | static struct intc_mask_reg mask_registers[] __initdata = { |
241 | { 0xffd40038, 0xffd4003c, 32, /* INT2MSKR / INT2MSKCR */ | 235 | { 0xffd40038, 0xffd4003c, 32, /* INT2MSKR / INT2MSKCR */ |
242 | { 0, 0, 0, 0, 0, 0, GPIO, 0, | 236 | { 0, 0, 0, 0, 0, 0, GPIO, 0, |
@@ -270,11 +264,10 @@ static struct intc_prio_reg prio_registers[] __initdata = { | |||
270 | { 0xffd400b4, 0, 32, 8, /* INT2PRI13 */ { 0, 0, STIF1, STIF0 } }, | 264 | { 0xffd400b4, 0, 32, 8, /* INT2PRI13 */ { 0, 0, STIF1, STIF0 } }, |
271 | }; | 265 | }; |
272 | 266 | ||
273 | static DECLARE_INTC_DESC(intc_desc, "sh7763", vectors, groups, priorities, | 267 | static DECLARE_INTC_DESC(intc_desc, "sh7763", vectors, groups, |
274 | mask_registers, prio_registers, NULL); | 268 | mask_registers, prio_registers, NULL); |
275 | 269 | ||
276 | /* Support for external interrupt pins in IRQ mode */ | 270 | /* Support for external interrupt pins in IRQ mode */ |
277 | |||
278 | static struct intc_vect irq_vectors[] __initdata = { | 271 | static struct intc_vect irq_vectors[] __initdata = { |
279 | INTC_VECT(IRQ0, 0x240), INTC_VECT(IRQ1, 0x280), | 272 | INTC_VECT(IRQ0, 0x240), INTC_VECT(IRQ1, 0x280), |
280 | INTC_VECT(IRQ2, 0x2c0), INTC_VECT(IRQ3, 0x300), | 273 | INTC_VECT(IRQ2, 0x2c0), INTC_VECT(IRQ3, 0x300), |
@@ -302,7 +295,6 @@ static DECLARE_INTC_DESC(intc_irq_desc, "sh7763-irq", irq_vectors, | |||
302 | irq_sense_registers); | 295 | irq_sense_registers); |
303 | 296 | ||
304 | /* External interrupt pins in IRL mode */ | 297 | /* External interrupt pins in IRL mode */ |
305 | |||
306 | static struct intc_vect irl_vectors[] __initdata = { | 298 | static struct intc_vect irl_vectors[] __initdata = { |
307 | INTC_VECT(IRL_LLLL, 0x200), INTC_VECT(IRL_LLLH, 0x220), | 299 | INTC_VECT(IRL_LLLL, 0x200), INTC_VECT(IRL_LLLH, 0x220), |
308 | INTC_VECT(IRL_LLHL, 0x240), INTC_VECT(IRL_LLHH, 0x260), | 300 | INTC_VECT(IRL_LLHL, 0x240), INTC_VECT(IRL_LLHH, 0x260), |