Skip to content

Commit

Permalink
sh: mach-se: Rip out superfluous 7206 PIO routines.
Browse files Browse the repository at this point in the history
The PIO trapping was only for MRSHPC and the SMC ethernet. Given that the
SMC ethernet is already properly handled and that nothing is using the
MRSHPC, none of this is needed.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Oct 29, 2010
1 parent 2504075 commit db2d037
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 120 deletions.
2 changes: 1 addition & 1 deletion arch/sh/boards/mach-se/7206/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Makefile for the 7206 SolutionEngine specific parts of the kernel
#

obj-y := setup.o io.o irq.o
obj-y := setup.o irq.o
104 changes: 0 additions & 104 deletions arch/sh/boards/mach-se/7206/io.c

This file was deleted.

15 changes: 0 additions & 15 deletions arch/sh/boards/mach-se/7206/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,5 @@ __initcall(se7206_devices_setup);
static struct sh_machine_vector mv_se __initmv = {
.mv_name = "SolutionEngine",
.mv_nr_irqs = 256,
.mv_inb = se7206_inb,
.mv_inw = se7206_inw,
.mv_outb = se7206_outb,
.mv_outw = se7206_outw,

.mv_inb_p = se7206_inb_p,
.mv_inw_p = se7206_inw,
.mv_outb_p = se7206_outb_p,
.mv_outw_p = se7206_outw,

.mv_insb = se7206_insb,
.mv_insw = se7206_insw,
.mv_outsb = se7206_outsb,
.mv_outsw = se7206_outsw,

.mv_init_irq = init_se7206_IRQ,
};

0 comments on commit db2d037

Please sign in to comment.