Commit cc64f7f7 authored by Paul Mundt's avatar Paul Mundt

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent f15cbe6f
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment