]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: missing symbol fix for sh4-202
authorMagnus Damm <damm@igel.co.jp>
Wed, 22 Aug 2007 04:32:07 +0000 (13:32 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 22 Aug 2007 04:32:07 +0000 (13:32 +0900)
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>
arch/sh/kernel/cpu/sh4/setup-sh4-202.c

index 6e4e9654135816e1a64ee8e71b647c08e0fcf41f..dab193293f2034c37f36090c1672540da299db0e 100644 (file)
@@ -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 */
+}