diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-29 16:32:35 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-29 16:32:35 -0500 |
commit | 33edcf133ba93ecba2e4b6472e97b689895d805c (patch) | |
tree | 327d7a20acef64005e7c5ccbfa1265be28aeb6ac /arch/sh/boards/mach-edosk7705/setup.c | |
parent | be4d638c1597580ed2294d899d9f1a2cd10e462c (diff) | |
parent | 3c92ec8ae91ecf59d88c798301833d7cf83f2179 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'arch/sh/boards/mach-edosk7705/setup.c')
-rw-r--r-- | arch/sh/boards/mach-edosk7705/setup.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/sh/boards/mach-edosk7705/setup.c b/arch/sh/boards/mach-edosk7705/setup.c index ab3f47bffdf3..d59225e26fb9 100644 --- a/arch/sh/boards/mach-edosk7705/setup.c +++ b/arch/sh/boards/mach-edosk7705/setup.c | |||
@@ -9,6 +9,7 @@ | |||
9 | * board by S. Dunn, 2003. | 9 | * board by S. Dunn, 2003. |
10 | */ | 10 | */ |
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/irq.h> | ||
12 | #include <asm/machvec.h> | 13 | #include <asm/machvec.h> |
13 | #include <mach/edosk7705.h> | 14 | #include <mach/edosk7705.h> |
14 | 15 | ||
@@ -26,18 +27,10 @@ static struct sh_machine_vector mv_edosk7705 __initmv = { | |||
26 | .mv_nr_irqs = 80, | 27 | .mv_nr_irqs = 80, |
27 | 28 | ||
28 | .mv_inb = sh_edosk7705_inb, | 29 | .mv_inb = sh_edosk7705_inb, |
29 | .mv_inl = sh_edosk7705_inl, | ||
30 | .mv_outb = sh_edosk7705_outb, | 30 | .mv_outb = sh_edosk7705_outb, |
31 | .mv_outl = sh_edosk7705_outl, | ||
32 | |||
33 | .mv_inl_p = sh_edosk7705_inl, | ||
34 | .mv_outl_p = sh_edosk7705_outl, | ||
35 | 31 | ||
36 | .mv_insb = sh_edosk7705_insb, | 32 | .mv_insb = sh_edosk7705_insb, |
37 | .mv_insl = sh_edosk7705_insl, | ||
38 | .mv_outsb = sh_edosk7705_outsb, | 33 | .mv_outsb = sh_edosk7705_outsb, |
39 | .mv_outsl = sh_edosk7705_outsl, | ||
40 | 34 | ||
41 | .mv_isa_port2addr = sh_edosk7705_isa_port2addr, | ||
42 | .mv_init_irq = sh_edosk7705_init_irq, | 35 | .mv_init_irq = sh_edosk7705_init_irq, |
43 | }; | 36 | }; |