Skip to content

Commit

Permalink
sh: Kill off unused SE7619 I/O ops.
Browse files Browse the repository at this point in the history
This can use the generic routines, so kill off the board-specific ones.

Signed-off-by: Yoshinori Sato <[email protected]>
Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
ysat0 authored and pmundt committed Dec 11, 2006
1 parent 3138875 commit 55eec11
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 124 deletions.
2 changes: 1 addition & 1 deletion arch/sh/boards/se/7619/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Makefile for the 7619 SolutionEngine specific parts of the kernel
#

obj-y := setup.o io.o
obj-y := setup.o
102 changes: 0 additions & 102 deletions arch/sh/boards/se/7619/io.c

This file was deleted.

21 changes: 0 additions & 21 deletions arch/sh/boards/se/7619/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include <linux/init.h>
#include <linux/platform_device.h>
#include <asm/se7619.h>
#include <asm/io.h>
#include <asm/machvec.h>

Expand All @@ -19,25 +18,5 @@
struct sh_machine_vector mv_se __initmv = {
.mv_name = "SolutionEngine",
.mv_nr_irqs = 108,
.mv_inb = se7619_inb,
.mv_inw = se7619_inw,
.mv_inl = se7619_inl,
.mv_outb = se7619_outb,
.mv_outw = se7619_outw,
.mv_outl = se7619_outl,

.mv_inb_p = se7619_inb_p,
.mv_inw_p = se7619_inw,
.mv_inl_p = se7619_inl,
.mv_outb_p = se7619_outb_p,
.mv_outw_p = se7619_outw,
.mv_outl_p = se7619_outl,

.mv_insb = se7619_insb,
.mv_insw = se7619_insw,
.mv_insl = se7619_insl,
.mv_outsb = se7619_outsb,
.mv_outsw = se7619_outsw,
.mv_outsl = se7619_outsl,
};
ALIAS_MV(se)

0 comments on commit 55eec11

Please sign in to comment.