Skip to content

Commit

Permalink
sh: Kill off I/O cruft for R7780RP.
Browse files Browse the repository at this point in the history
We don't have any use for these machvec fixups anymore, kill them all
off and go with the generic instead.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Mar 5, 2007
1 parent 39e688a commit ccd45ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 254 deletions.
2 changes: 1 addition & 1 deletion arch/sh/boards/renesas/r7780rp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Makefile for the R7780RP-1 specific parts of the kernel
#

obj-y := setup.o io.o irq.o
obj-y := setup.o irq.o

obj-$(CONFIG_PUSH_SWITCH) += psw.o
229 changes: 0 additions & 229 deletions arch/sh/boards/renesas/r7780rp/io.c

This file was deleted.

24 changes: 0 additions & 24 deletions arch/sh/boards/renesas/r7780rp/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,31 +187,7 @@ static void __init r7780rp_setup(char **cmdline_p)
struct sh_machine_vector mv_r7780rp __initmv = {
.mv_name = "Highlander R7780RP-1",
.mv_setup = r7780rp_setup,

.mv_nr_irqs = 109,

.mv_inb = r7780rp_inb,
.mv_inw = r7780rp_inw,
.mv_inl = r7780rp_inl,
.mv_outb = r7780rp_outb,
.mv_outw = r7780rp_outw,
.mv_outl = r7780rp_outl,

.mv_inb_p = r7780rp_inb_p,
.mv_inw_p = r7780rp_inw,
.mv_inl_p = r7780rp_inl,
.mv_outb_p = r7780rp_outb_p,
.mv_outw_p = r7780rp_outw,
.mv_outl_p = r7780rp_outl,

.mv_insb = r7780rp_insb,
.mv_insw = r7780rp_insw,
.mv_insl = r7780rp_insl,
.mv_outsb = r7780rp_outsb,
.mv_outsw = r7780rp_outsw,
.mv_outsl = r7780rp_outsl,

.mv_ioport_map = r7780rp_ioport_map,
.mv_init_irq = init_r7780rp_IRQ,
};
ALIAS_MV(r7780rp)

0 comments on commit ccd45ad

Please sign in to comment.