Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221661
b: refs/heads/master
c: db2d037
h: refs/heads/master
i:
  221659: 9993791
v: v3
  • Loading branch information
Paul Mundt committed Oct 29, 2010
1 parent 710f8a9 commit 498e828
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 121 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2504075d383fcefd746dac42a0cd1c3bdc006bd1
refs/heads/master: db2d0373fd1fe4db94587d52767388d811ee201f
2 changes: 1 addition & 1 deletion trunk/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 trunk/arch/sh/boards/mach-se/7206/io.c

This file was deleted.

15 changes: 0 additions & 15 deletions trunk/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 498e828

Please sign in to comment.