sh: Board updates for I/O routine rework.
[safe/jmp/linux-2.6] / arch / sh / boards / se / 770x / mach.c
index 6ec07bd..e8968b7 100644 (file)
 
 #include <asm/machvec.h>
 #include <asm/rtc.h>
-#include <asm/machvec_init.h>
-
-#include <asm/se/io.h>
+#include <asm/se.h>
 
 void heartbeat_se(void);
-void setup_se(void);
 void init_se_IRQ(void);
 
 /*
@@ -57,8 +54,6 @@ struct sh_machine_vector mv_se __initmv = {
        .mv_outsw               = se_outsw,
        .mv_outsl               = se_outsl,
 
-       .mv_isa_port2addr       = se_isa_port2addr,
-
        .mv_init_irq            = init_se_IRQ,
 #ifdef CONFIG_HEARTBEAT
        .mv_heartbeat           = heartbeat_se,