]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
sh: dreamcast: fix build failure from header reorg.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jul 2008 23:24:50 +0000 (08:24 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jul 2008 23:24:50 +0000 (08:24 +0900)
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>
arch/sh/boards/dreamcast/setup.c

index 14c3e57ff4109ad9ee011e78ae52aa4be011d5e6..7d944fc75e93498c2d25f3854274026972394d67 100644 (file)
@@ -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;