diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 14:02:09 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 14:02:09 +0900 |
commit | 36efc35447154317f9ffc5163a1793b5f7ff3de1 (patch) | |
tree | e90017bb7caffa93994c05897e4cb1bbcc278de1 /arch/sh/boards/renesas/rts7751r2d/mach.c | |
parent | e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0 (diff) | |
download | blackbird-op-linux-36efc35447154317f9ffc5163a1793b5f7ff3de1.tar.gz blackbird-op-linux-36efc35447154317f9ffc5163a1793b5f7ff3de1.zip |
sh: RTS7751R2D board updates.
More of the same, trivial cleanups, and moving options to their
own board-specific Kconfig.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/renesas/rts7751r2d/mach.c')
-rw-r--r-- | arch/sh/boards/renesas/rts7751r2d/mach.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/boards/renesas/rts7751r2d/mach.c b/arch/sh/boards/renesas/rts7751r2d/mach.c index 5ed9e97ea197..175a93d726e8 100644 --- a/arch/sh/boards/renesas/rts7751r2d/mach.c +++ b/arch/sh/boards/renesas/rts7751r2d/mach.c @@ -15,7 +15,7 @@ #include <asm/machvec.h> #include <asm/rtc.h> #include <asm/irq.h> -#include <asm/rts7751r2d/io.h> +#include <asm/mach/rts7751r2d.h> extern void heartbeat_rts7751r2d(void); extern void init_rts7751r2d_IRQ(void); @@ -54,7 +54,6 @@ struct sh_machine_vector mv_rts7751r2d __initmv = { .mv_outsl = rts7751r2d_outsl, .mv_ioremap = rts7751r2d_ioremap, - .mv_isa_port2addr = rts7751r2d_isa_port2addr, .mv_init_irq = init_rts7751r2d_IRQ, #ifdef CONFIG_HEARTBEAT .mv_heartbeat = heartbeat_rts7751r2d, |