Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221665
b: refs/heads/master
c: e2781ac
h: refs/heads/master
i:
  221663: 3294a30
v: v3
  • Loading branch information
Paul Mundt committed Oct 29, 2010
1 parent 12aad21 commit 41a2b4e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 139 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: 1e789887f3449661be9826f61d48018a1cfcbfcc
refs/heads/master: e2781ac2a63011dd883e94c07eb086e6f2a5f521
2 changes: 1 addition & 1 deletion trunk/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 trunk/arch/sh/boards/mach-se/7751/io.c

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/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 41a2b4e

Please sign in to comment.