summaryrefslogtreecommitdiffstats
path: root/sys/isa/atrtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa/atrtc.c')
-rw-r--r--sys/isa/atrtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/atrtc.c b/sys/isa/atrtc.c
index f31c7ea..c710308 100644
--- a/sys/isa/atrtc.c
+++ b/sys/isa/atrtc.c
@@ -100,8 +100,8 @@ __FBSDID("$FreeBSD$");
#define TIMER_DIV(x) ((timer_freq + (x) / 2) / (x))
int clkintr_pending;
-int pscnt = 1;
-int psdiv = 1;
+static int pscnt = 1;
+static int psdiv = 1;
int statclock_disable;
#ifndef TIMER_FREQ
#define TIMER_FREQ 1193182
OpenPOWER on IntegriCloud