diff options
Diffstat (limited to 'arch/sh/boards/se/770x/mach.c')
-rw-r--r-- | arch/sh/boards/se/770x/mach.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/sh/boards/se/770x/mach.c b/arch/sh/boards/se/770x/mach.c index 6ec07bd3dcf1..e8968b71c353 100644 --- a/arch/sh/boards/se/770x/mach.c +++ b/arch/sh/boards/se/770x/mach.c | |||
@@ -13,12 +13,9 @@ | |||
13 | 13 | ||
14 | #include <asm/machvec.h> | 14 | #include <asm/machvec.h> |
15 | #include <asm/rtc.h> | 15 | #include <asm/rtc.h> |
16 | #include <asm/machvec_init.h> | 16 | #include <asm/se.h> |
17 | |||
18 | #include <asm/se/io.h> | ||
19 | 17 | ||
20 | void heartbeat_se(void); | 18 | void heartbeat_se(void); |
21 | void setup_se(void); | ||
22 | void init_se_IRQ(void); | 19 | void init_se_IRQ(void); |
23 | 20 | ||
24 | /* | 21 | /* |
@@ -57,8 +54,6 @@ struct sh_machine_vector mv_se __initmv = { | |||
57 | .mv_outsw = se_outsw, | 54 | .mv_outsw = se_outsw, |
58 | .mv_outsl = se_outsl, | 55 | .mv_outsl = se_outsl, |
59 | 56 | ||
60 | .mv_isa_port2addr = se_isa_port2addr, | ||
61 | |||
62 | .mv_init_irq = init_se_IRQ, | 57 | .mv_init_irq = init_se_IRQ, |
63 | #ifdef CONFIG_HEARTBEAT | 58 | #ifdef CONFIG_HEARTBEAT |
64 | .mv_heartbeat = heartbeat_se, | 59 | .mv_heartbeat = heartbeat_se, |