aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2008-03-26 13:25:27 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2008-03-26 13:25:27 +0000
commitf168bfa529b6b7f10f6255af0eaf63428fff446f (patch)
tree029f3f74cc9c75264d9234377a8db078d9759cb6 /sys/i386/include/clock.h
parentb416a29043e5bc0d5541f3905972c1c175a5a602 (diff)
The RTC related pscnt and psdiv variables have no business being public.
Notes
Notes: svn path=/head/; revision=177628
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index 9bdd421bf186..74fc023db7f3 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -15,8 +15,6 @@
* XXX large parts of the driver and its interface are misplaced.
*/
extern int clkintr_pending;
-extern int pscnt;
-extern int psdiv;
extern int statclock_disable;
extern u_int timer_freq;
extern int timer0_max_count;