forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
f15cbe6f1a
commit
cc64f7f700
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user