diff options
| -rw-r--r-- | arch/sh/kernel/cpu/sh4/setup-sh4-202.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4/setup-sh4-202.c b/arch/sh/kernel/cpu/sh4/setup-sh4-202.c index 6e4e96541358..dab193293f20 100644 --- a/arch/sh/kernel/cpu/sh4/setup-sh4-202.c +++ b/arch/sh/kernel/cpu/sh4/setup-sh4-202.c | |||
| @@ -41,3 +41,8 @@ static int __init sh4202_devices_setup(void) | |||
| 41 | ARRAY_SIZE(sh4202_devices)); | 41 | ARRAY_SIZE(sh4202_devices)); |
| 42 | } | 42 | } |
| 43 | __initcall(sh4202_devices_setup); | 43 | __initcall(sh4202_devices_setup); |
| 44 | |||
| 45 | void __init plat_irq_setup(void) | ||
| 46 | { | ||
| 47 | /* do nothing - all IRL interrupts are handled by the board code */ | ||
| 48 | } | ||
