summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 40b33b4..60936a2 100644
--- a/sys/pc98/cbus/pcrtc.c
+++ b/sys/pc98/cbus/pcrtc.c
@@ -97,7 +97,6 @@
#define TIMER_DIV(x) ((timer_freq + (x) / 2) / (x))
-
int adjkerntz; /* local offset from GMT in seconds */
int clkintr_pending;
int disable_rtc_set; /* disable resettodr() if != 0 */
@@ -165,7 +164,6 @@ clkintr(struct clockframe *frame)
hardclock(frame);
}
-
int
acquire_timer1(int mode)
{
@@ -206,7 +204,6 @@ acquire_timer2(int mode)
return (0);
}
-
int
release_timer1()
{
OpenPOWER on IntegriCloud