Skip to content

Commit

Permalink
sh: mach-se: Rip out superfluous 7751 PIO routines.
Browse files Browse the repository at this point in the history
MRSHPC is wholly unused here, no need to trap it specially. If support is
added in the future it can be taken care of via platform data like on the
others.

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

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

This file was deleted.

18 changes: 0 additions & 18 deletions arch/sh/boards/mach-se/7751/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,5 @@ __initcall(se7751_devices_setup);
static struct sh_machine_vector mv_7751se __initmv = {
.mv_name = "7751 SolutionEngine",
.mv_nr_irqs = 72,

.mv_inb = sh7751se_inb,
.mv_inw = sh7751se_inw,
.mv_inl = sh7751se_inl,
.mv_outb = sh7751se_outb,
.mv_outw = sh7751se_outw,
.mv_outl = sh7751se_outl,

.mv_inb_p = sh7751se_inb_p,
.mv_inw_p = sh7751se_inw,
.mv_inl_p = sh7751se_inl,
.mv_outb_p = sh7751se_outb_p,
.mv_outw_p = sh7751se_outw,
.mv_outl_p = sh7751se_outl,

.mv_insl = sh7751se_insl,
.mv_outsl = sh7751se_outsl,

.mv_init_irq = init_7751se_IRQ,
};

0 comments on commit e2781ac

Please sign in to comment.