Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101466
b: refs/heads/master
c: 6e68665
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jul 15, 2008
1 parent 01822e0 commit b58bbf4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 17 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: b6c4053610f04011bc0ecbc5a0417afe169b2693
refs/heads/master: 6e68665e51b9937b132a990b9ae7f04118e64688
1 change: 0 additions & 1 deletion trunk/arch/mips/txx9/jmr3927/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ static void __init jmr3927_device_init(void)
}

struct txx9_board_vec jmr3927_vec __initdata = {
.type = MACH_TOSHIBA_JMR3927,
.system = "Toshiba JMR_TX3927",
.prom_init = jmr3927_prom_init,
.mem_setup = jmr3927_mem_setup,
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/mips/txx9/rbtx4927/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ static void __init rbtx4927_device_init(void)
}

struct txx9_board_vec rbtx4927_vec __initdata = {
.type = MACH_TOSHIBA_RBTX4927,
.system = "Toshiba RBTX4927",
.prom_init = rbtx4927_prom_init,
.mem_setup = rbtx4927_mem_setup,
Expand All @@ -441,7 +440,6 @@ struct txx9_board_vec rbtx4927_vec __initdata = {
#endif
};
struct txx9_board_vec rbtx4937_vec __initdata = {
.type = MACH_TOSHIBA_RBTX4937,
.system = "Toshiba RBTX4937",
.prom_init = rbtx4927_prom_init,
.mem_setup = rbtx4927_mem_setup,
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/txx9/rbtx4938/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ static void __init rbtx4938_device_init(void)
}

struct txx9_board_vec rbtx4938_vec __initdata = {
.type = MACH_TOSHIBA_RBTX4938,
.system = "Toshiba RBTX4938",
.prom_init = rbtx4938_prom_init,
.mem_setup = rbtx4938_mem_setup,
Expand Down
11 changes: 0 additions & 11 deletions trunk/include/asm-mips/bootinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@
#define MACH_SGI_IP32 3 /* O2 */
#define MACH_SGI_IP30 4 /* Octane, Octane2 */

/*
* Valid machtypes for group Toshiba
*/
#define MACH_PALLAS 0
#define MACH_TOPAS 1
#define MACH_JMR 2
#define MACH_TOSHIBA_JMR3927 3 /* JMR-TX3927 CPU/IO board */
#define MACH_TOSHIBA_RBTX4927 4
#define MACH_TOSHIBA_RBTX4937 5
#define MACH_TOSHIBA_RBTX4938 6

/*
* Valid machtype for group LASAT
*/
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-mips/txx9/generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ extern unsigned int txx9_gbus_clock;

struct pci_dev;
struct txx9_board_vec {
unsigned long type;
const char *system;
void (*prom_init)(void);
void (*mem_setup)(void);
Expand Down

0 comments on commit b58bbf4

Please sign in to comment.