aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/renesas/rts7751r2d/mach.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 14:02:09 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 14:02:09 +0900
commit36efc35447154317f9ffc5163a1793b5f7ff3de1 (patch)
treee90017bb7caffa93994c05897e4cb1bbcc278de1 /arch/sh/boards/renesas/rts7751r2d/mach.c
parentsh: HS7751RVoIP board updates. (diff)
downloadlinux-dev-36efc35447154317f9ffc5163a1793b5f7ff3de1.tar.xz
linux-dev-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 '')
-rw-r--r--arch/sh/boards/renesas/rts7751r2d/mach.c3
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,