diff options
Diffstat (limited to 'arch/sh/boards/mach-microdev/setup.c')
| -rw-r--r-- | arch/sh/boards/mach-microdev/setup.c | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/arch/sh/boards/mach-microdev/setup.c b/arch/sh/boards/mach-microdev/setup.c index d1df2a4fb9b..d8a747291e0 100644 --- a/arch/sh/boards/mach-microdev/setup.c +++ b/arch/sh/boards/mach-microdev/setup.c | |||
| @@ -195,27 +195,6 @@ device_initcall(microdev_devices_setup); | |||
| 195 | static struct sh_machine_vector mv_sh4202_microdev __initmv = { | 195 | static struct sh_machine_vector mv_sh4202_microdev __initmv = { |
| 196 | .mv_name = "SH4-202 MicroDev", | 196 | .mv_name = "SH4-202 MicroDev", |
| 197 | .mv_nr_irqs = 72, | 197 | .mv_nr_irqs = 72, |
| 198 | 198 | .mv_ioport_map = microdev_ioport_map, | |
| 199 | .mv_inb = microdev_inb, | ||
| 200 | .mv_inw = microdev_inw, | ||
| 201 | .mv_inl = microdev_inl, | ||
| 202 | .mv_outb = microdev_outb, | ||
| 203 | .mv_outw = microdev_outw, | ||
| 204 | .mv_outl = microdev_outl, | ||
| 205 | |||
| 206 | .mv_inb_p = microdev_inb_p, | ||
| 207 | .mv_inw_p = microdev_inw_p, | ||
| 208 | .mv_inl_p = microdev_inl_p, | ||
| 209 | .mv_outb_p = microdev_outb_p, | ||
| 210 | .mv_outw_p = microdev_outw_p, | ||
| 211 | .mv_outl_p = microdev_outl_p, | ||
| 212 | |||
| 213 | .mv_insb = microdev_insb, | ||
| 214 | .mv_insw = microdev_insw, | ||
| 215 | .mv_insl = microdev_insl, | ||
| 216 | .mv_outsb = microdev_outsb, | ||
| 217 | .mv_outsw = microdev_outsw, | ||
| 218 | .mv_outsl = microdev_outsl, | ||
| 219 | |||
| 220 | .mv_init_irq = init_microdev_irq, | 199 | .mv_init_irq = init_microdev_irq, |
| 221 | }; | 200 | }; |
