Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221664
b: refs/heads/master
c: 1e78988
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Oct 29, 2010
1 parent 3294a30 commit 12aad21
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 180 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: c819cc732267d6e46833a8d98bd7677b3d12d7d1
refs/heads/master: 1e789887f3449661be9826f61d48018a1cfcbfcc
2 changes: 1 addition & 1 deletion trunk/arch/sh/boards/mach-se/770x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Makefile for the 770x SolutionEngine specific parts of the kernel
#

obj-y := setup.o io.o irq.o
obj-y := setup.o irq.o
156 changes: 0 additions & 156 deletions trunk/arch/sh/boards/mach-se/770x/io.c

This file was deleted.

22 changes: 0 additions & 22 deletions trunk/arch/sh/boards/mach-se/770x/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,27 +195,5 @@ static struct sh_machine_vector mv_se __initmv = {
#elif defined(CONFIG_CPU_SUBTYPE_SH7710) || defined(CONFIG_CPU_SUBTYPE_SH7712)
.mv_nr_irqs = 104,
#endif

.mv_inb = se_inb,
.mv_inw = se_inw,
.mv_inl = se_inl,
.mv_outb = se_outb,
.mv_outw = se_outw,
.mv_outl = se_outl,

.mv_inb_p = se_inb_p,
.mv_inw_p = se_inw,
.mv_inl_p = se_inl,
.mv_outb_p = se_outb_p,
.mv_outw_p = se_outw,
.mv_outl_p = se_outl,

.mv_insb = se_insb,
.mv_insw = se_insw,
.mv_insl = se_insl,
.mv_outsb = se_outsb,
.mv_outsw = se_outsw,
.mv_outsl = se_outsl,

.mv_init_irq = init_se_IRQ,
};

0 comments on commit 12aad21

Please sign in to comment.