]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
sh: INTC stubs for SH7343 and SH7770 builds.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 11 Sep 2007 06:28:32 +0000 (15:28 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 02:57:53 +0000 (11:57 +0900)
Get the SH7343 and SH7770 stuff linking again. Both of these still
require proper INTC support.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/setup-sh7343.c
arch/sh/kernel/cpu/sh4a/setup-sh7770.c

index 91d61cf91ba17b8ec92efef4c20888f529290edb..c0a3f079dfdcda8565c1d3e83394d9b7930c70ac 100644 (file)
@@ -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)
+{
+}
index 6a04cc5f5aca402a9a22abf6a2d0b3eade09b192..32f4f59a837b41ca36329488597177f6aa1573ef 100644 (file)
@@ -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)
+{
+}