diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 02:41:24 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 02:41:24 -0400 |
commit | 373e68b5472d421cbd2703e7a77caf053f78c005 (patch) | |
tree | 6fed51fdf1b89f80a1ec9ea4aab285c1af649945 /arch/sh/boards/se/7751/mach.c | |
parent | f647d33f879d258de4ab2559975bd6eebda2033e (diff) |
sh: Board updates for I/O routine rework.
This updates the various boards for some of the recent I/O routine
updates.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/se/7751/mach.c')
-rw-r--r-- | arch/sh/boards/se/7751/mach.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/sh/boards/se/7751/mach.c b/arch/sh/boards/se/7751/mach.c index 62d8d3e62590..1bb9047d863b 100644 --- a/arch/sh/boards/se/7751/mach.c +++ b/arch/sh/boards/se/7751/mach.c | |||
@@ -10,12 +10,8 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | |||
14 | #include <asm/machvec.h> | 13 | #include <asm/machvec.h> |
15 | #include <asm/rtc.h> | 14 | #include <asm/se7751.h> |
16 | #include <asm/machvec_init.h> | ||
17 | |||
18 | #include <asm/se7751/io.h> | ||
19 | 15 | ||
20 | void heartbeat_7751se(void); | 16 | void heartbeat_7751se(void); |
21 | void init_7751se_IRQ(void); | 17 | void init_7751se_IRQ(void); |
@@ -44,8 +40,6 @@ struct sh_machine_vector mv_7751se __initmv = { | |||
44 | .mv_insl = sh7751se_insl, | 40 | .mv_insl = sh7751se_insl, |
45 | .mv_outsl = sh7751se_outsl, | 41 | .mv_outsl = sh7751se_outsl, |
46 | 42 | ||
47 | .mv_isa_port2addr = sh7751se_isa_port2addr, | ||
48 | |||
49 | .mv_init_irq = init_7751se_IRQ, | 43 | .mv_init_irq = init_7751se_IRQ, |
50 | #ifdef CONFIG_HEARTBEAT | 44 | #ifdef CONFIG_HEARTBEAT |
51 | .mv_heartbeat = heartbeat_7751se, | 45 | .mv_heartbeat = heartbeat_7751se, |