Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181147
b: refs/heads/master
c: f655f5e
h: refs/heads/master
i:
  181145: 44790a3
  181143: abefa78
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2010
1 parent e674df1 commit 959d369
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 137 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: 7013109f52ff38ad9ea38952cedc144c8e8b9636
refs/heads/master: f655f5e956eaf4fcda983f3b3d37c76371556c27
1 change: 0 additions & 1 deletion trunk/arch/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto
machdir-$(CONFIG_SH_SH7763RDP) += mach-sh7763rdp
machdir-$(CONFIG_SH_SH4202_MICRODEV) += mach-microdev
machdir-$(CONFIG_SH_LANDISK) += mach-landisk
machdir-$(CONFIG_SH_TITAN) += mach-titan
machdir-$(CONFIG_SH_LBOX_RE2) += mach-lboxre2
machdir-$(CONFIG_SH_CAYMAN) += mach-cayman
machdir-$(CONFIG_SH_RSK) += mach-rsk
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh/boards/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ obj-$(CONFIG_SH_SHMIN) += board-shmin.o
obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o
obj-$(CONFIG_SH_ESPT) += board-espt.o
obj-$(CONFIG_SH_POLARIS) += board-polaris.o
obj-$(CONFIG_SH_TITAN) += board-titan.o
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,6 @@ static void __init init_titan_irq(void)
}

static struct sh_machine_vector mv_titan __initmv = {
.mv_name = "Titan",

.mv_inb = titan_inb,
.mv_inw = titan_inw,
.mv_inl = titan_inl,
.mv_outb = titan_outb,
.mv_outw = titan_outw,
.mv_outl = titan_outl,

.mv_inb_p = titan_inb_p,
.mv_inw_p = titan_inw,
.mv_inl_p = titan_inl,
.mv_outb_p = titan_outb_p,
.mv_outw_p = titan_outw,
.mv_outl_p = titan_outl,

.mv_insl = titan_insl,
.mv_outsl = titan_outsl,

.mv_ioport_map = titan_ioport_map,

.mv_init_irq = init_titan_irq,
.mv_name = "Titan",
.mv_init_irq = init_titan_irq,
};
5 changes: 0 additions & 5 deletions trunk/arch/sh/boards/mach-titan/Makefile

This file was deleted.

108 changes: 0 additions & 108 deletions trunk/arch/sh/boards/mach-titan/io.c

This file was deleted.

0 comments on commit 959d369

Please sign in to comment.