aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/gt64120/momenco_ocelot
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-11-06 18:17:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2006-11-06 20:55:39 +0000
commit73f4388aedade209650ed629ab767d3e2b636f7b (patch)
tree9bb4bff9e34f526d67f33a1772d941f7c0c4da30 /arch/mips/gt64120/momenco_ocelot
parent[MIPS] EV64120: Fix PCI interrupt allocation. (diff)
downloadlinux-dev-73f4388aedade209650ed629ab767d3e2b636f7b.tar.xz
linux-dev-73f4388aedade209650ed629ab767d3e2b636f7b.zip
[MIPS] Fix EV64120 and Ocelot builds by providing a plat_timer_setup().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/gt64120/momenco_ocelot')
-rw-r--r--arch/mips/gt64120/momenco_ocelot/setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/gt64120/momenco_ocelot/setup.c b/arch/mips/gt64120/momenco_ocelot/setup.c
index 0e5bbee2d5b7..94f94ebbda6c 100644
--- a/arch/mips/gt64120/momenco_ocelot/setup.c
+++ b/arch/mips/gt64120/momenco_ocelot/setup.c
@@ -70,7 +70,6 @@ extern void momenco_ocelot_restart(char *command);
extern void momenco_ocelot_halt(void);
extern void momenco_ocelot_power_off(void);
-extern void gt64120_time_init(void);
extern void momenco_ocelot_irq_setup(void);
static char reset_reason;
@@ -156,8 +155,6 @@ void __init plat_mem_setup(void)
void (*l3func)(unsigned long)=KSEG1ADDR(&setup_l3cache);
unsigned int tmpword;
- board_time_init = gt64120_time_init;
-
_machine_restart = momenco_ocelot_restart;
_machine_halt = momenco_ocelot_halt;
pm_power_off = momenco_ocelot_power_off;