瀏覽代碼

sh: dreamcast: fix build failure from header reorg.

Oops, machvec.h is in asm/, it was previously removed due to overzealous
trimming. Fix up the path again.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 年之前
父節點
當前提交
cc64f7f700
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/sh/boards/dreamcast/setup.c

+ 1 - 1
arch/sh/boards/dreamcast/setup.c

@@ -25,7 +25,7 @@
 #include <asm/io.h>
 #include <asm/irq.h>
 #include <asm/rtc.h>
-#include <machvec.h>
+#include <asm/machvec.h>
 #include <mach/sysasic.h>
 
 extern struct hw_interrupt_type systemasic_int;