Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: Fix up SH7763 build.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+1 -9
+1 -9
arch/sh/kernel/cpu/sh4a/setup-sh7763.c
··· 231 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 234 static struct intc_mask_reg mask_registers[] __initdata = { 241 235 { 0xffd40038, 0xffd4003c, 32, /* INT2MSKR / INT2MSKCR */ 242 236 { 0, 0, 0, 0, 0, 0, GPIO, 0, ··· 264 270 { 0xffd400b4, 0, 32, 8, /* INT2PRI13 */ { 0, 0, STIF1, STIF0 } }, 265 271 }; 266 272 267 - static DECLARE_INTC_DESC(intc_desc, "sh7763", vectors, groups, priorities, 273 + static DECLARE_INTC_DESC(intc_desc, "sh7763", vectors, groups, 268 274 mask_registers, prio_registers, NULL); 269 275 270 276 /* Support for external interrupt pins in IRQ mode */ 271 - 272 277 static struct intc_vect irq_vectors[] __initdata = { 273 278 INTC_VECT(IRQ0, 0x240), INTC_VECT(IRQ1, 0x280), 274 279 INTC_VECT(IRQ2, 0x2c0), INTC_VECT(IRQ3, 0x300), ··· 295 302 irq_sense_registers); 296 303 297 304 /* External interrupt pins in IRL mode */ 298 - 299 305 static struct intc_vect irl_vectors[] __initdata = { 300 306 INTC_VECT(IRL_LLLL, 0x200), INTC_VECT(IRL_LLLH, 0x220), 301 307 INTC_VECT(IRL_LLHL, 0x240), INTC_VECT(IRL_LLHH, 0x260),