diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh2a/setup-sh7203.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh2a/setup-sh7203.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/setup-sh7203.c b/arch/sh/kernel/cpu/sh2a/setup-sh7203.c index 3518f9c37d93..db6ef5cecde1 100644 --- a/arch/sh/kernel/cpu/sh2a/setup-sh7203.c +++ b/arch/sh/kernel/cpu/sh2a/setup-sh7203.c | |||
@@ -235,7 +235,7 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
235 | }; | 235 | }; |
236 | 236 | ||
237 | static DECLARE_INTC_DESC(intc_desc, "sh7203", vectors, groups, | 237 | static DECLARE_INTC_DESC(intc_desc, "sh7203", vectors, groups, |
238 | NULL, mask_registers, prio_registers, NULL); | 238 | mask_registers, prio_registers, NULL); |
239 | 239 | ||
240 | static struct plat_sci_port sci_platform_data[] = { | 240 | static struct plat_sci_port sci_platform_data[] = { |
241 | { | 241 | { |