summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-01-31 21:40:00 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-01-31 21:40:00 +0000
commit52c1f46a12a4cc2ac45b3d49075a95685ee36c51 (patch)
tree9c2909fcbed169ef1ffc55c60c598b5ddba89f73 /sys/arch/mips64
parent989f704d7675b2206bd048631d7deece5db11c37 (diff)
tickadj is already declared in sys/kernel.h.
ok pefo@
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/clock.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/clock.c b/sys/arch/mips64/mips64/clock.c
index 9dc95536e24..5f997d592ab 100644
--- a/sys/arch/mips64/mips64/clock.c
+++ b/sys/arch/mips64/mips64/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.10 2005/01/31 21:25:21 grange Exp $ */
+/* $OpenBSD: clock.c,v 1.11 2005/01/31 21:39:59 grange Exp $ */
/*
* Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -273,7 +273,6 @@ microtime(struct timeval *tvp)
void
cpu_initclocks()
{
- extern int tickadj;
struct clock_softc *sc = (struct clock_softc *)clock_cd.cd_devs[0];
hz = sc->sc_clock.clk_hz;