projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f15cbe6
)
sh: dreamcast: fix build failure from header reorg.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 28 Jul 2008 23:24:50 +0000
(08:24 +0900)
committer
Paul 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/boards/dreamcast/setup.c
b/arch/sh/boards/dreamcast/setup.c
index 14c3e57ff4109ad9ee011e78ae52aa4be011d5e6..7d944fc75e93498c2d25f3854274026972394d67 100644
(file)
--- a/
arch/sh/boards/dreamcast/setup.c
+++ b/
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;