Skip to content

Commit

Permalink
sh: dreamcast: fix build failure from header reorg.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Jul 28, 2008
1 parent f15cbe6 commit cc64f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/boards/dreamcast/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cc64f7f

Please sign in to comment.