mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
sh: missing symbol fix for sh4-202
This patch adds a plat_irq_setup() symbol for sh4-202. Without this fix it is impossible to build a working kernel using the microdev_defconfig. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
da2f5f7bf4
commit
b58d134c7f
1 changed files with 5 additions and 0 deletions
|
@ -41,3 +41,8 @@ static int __init sh4202_devices_setup(void)
|
|||
ARRAY_SIZE(sh4202_devices));
|
||||
}
|
||||
__initcall(sh4202_devices_setup);
|
||||
|
||||
void __init plat_irq_setup(void)
|
||||
{
|
||||
/* do nothing - all IRL interrupts are handled by the board code */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue