Bläddra i källkod

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: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 18 år sedan
förälder
incheckning
35f3abe976
2 ändrade filer med 8 tillägg och 0 borttagningar
  1. 4 0
      arch/sh/kernel/cpu/sh4a/setup-sh7343.c
  2. 4 0
      arch/sh/kernel/cpu/sh4a/setup-sh7770.c

+ 4 - 0
arch/sh/kernel/cpu/sh4a/setup-sh7343.c

@@ -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
arch/sh/kernel/cpu/sh4a/setup-sh7770.c

@@ -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)
+{
+}