diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7770.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7770.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7770.c b/arch/sh/kernel/cpu/sh4a/setup-sh7770.c index 6a04cc5f5aca..32f4f59a837b 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7770.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7770.c | |||
@@ -51,3 +51,7 @@ static int __init sh7770_devices_setup(void) | |||
51 | ARRAY_SIZE(sh7770_devices)); | 51 | ARRAY_SIZE(sh7770_devices)); |
52 | } | 52 | } |
53 | __initcall(sh7770_devices_setup); | 53 | __initcall(sh7770_devices_setup); |
54 | |||
55 | void __init plat_irq_setup(void) | ||
56 | { | ||
57 | } | ||