瀏覽代碼

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: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Magnus Damm 17 年之前
父節點
當前提交
b58d134c7f
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      arch/sh/kernel/cpu/sh4/setup-sh4-202.c

+ 5 - 0
arch/sh/kernel/cpu/sh4/setup-sh4-202.c

@@ -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 */
+}