Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b58d134c authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

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: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent da2f5f7b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 */
}