Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18641
b: refs/heads/master
c: 36ddf31
h: refs/heads/master
i:
  18639: cb4b3b4
v: v3
  • Loading branch information
Paul Mundt authored and Linus Torvalds committed Jan 17, 2006
1 parent 95ff8b9 commit 7e8e659
Show file tree
Hide file tree
Showing 20 changed files with 1,288 additions and 624 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: b66c1a3919abb40f9bd8fb92a0d9fd77eb899c54
refs/heads/master: 36ddf31b689a8c11d424e43565d2aa440b77bbf4
2 changes: 1 addition & 1 deletion trunk/arch/sh/boards/overdrive/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for the STMicroelectronics Overdrive specific parts of the kernel
#

obj-y := mach.o setup.o io.o irq.o led.o time.o
obj-y := mach.o setup.o io.o irq.o led.o

obj-$(CONFIG_PCI) += fpga.o galileo.o pcidma.o

6 changes: 1 addition & 5 deletions trunk/arch/sh/boards/overdrive/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#include <asm/overdrive/overdrive.h>
#include <asm/overdrive/fpga.h>

extern void od_time_init(void);

const char *get_system_type(void)
{
return "SH7750 Overdrive";
Expand All @@ -31,11 +29,9 @@ int __init platform_setup(void)
{
#ifdef CONFIG_PCI
init_overdrive_fpga();
galileo_init();
galileo_init();
#endif

board_time_init = od_time_init;

/* Enable RS232 receive buffers */
writel(0x1e, OVERDRIVE_CTRL);
}
119 changes: 0 additions & 119 deletions trunk/arch/sh/boards/overdrive/time.c

This file was deleted.

Loading

0 comments on commit 7e8e659

Please sign in to comment.