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

Commit 35f3abe9 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: INTC stubs for SH7343 and SH7770 builds.



Get the SH7343 and SH7770 stuff linking again. Both of these still
require proper INTC support.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 68362e08
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41,3 +41,7 @@ static int __init sh7343_devices_setup(void)
				    ARRAY_SIZE(sh7343_devices));
}
__initcall(sh7343_devices_setup);

void __init plat_irq_setup(void)
{
}
+4 −0
Original line number Diff line number Diff line
@@ -51,3 +51,7 @@ static int __init sh7770_devices_setup(void)
				    ARRAY_SIZE(sh7770_devices));
}
__initcall(sh7770_devices_setup);

void __init plat_irq_setup(void)
{
}