summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_ffclock.c2
-rw-r--r--sys/sys/timeffc.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_ffclock.c b/sys/kern/kern_ffclock.c
index fecde54..35a268e 100644
--- a/sys/kern/kern_ffclock.c
+++ b/sys/kern/kern_ffclock.c
@@ -190,8 +190,6 @@ sysctl_kern_ffclock_choice(SYSCTL_HANDLER_ARGS)
SYSCTL_PROC(_kern_ffclock, OID_AUTO, choice, CTLTYPE_STRING | CTLFLAG_RD,
0, 0, sysctl_kern_ffclock_choice, "A", "Clock paradigms available");
-extern int sysclock_active;
-
static int
sysctl_kern_ffclock_active(SYSCTL_HANDLER_ARGS)
{
diff --git a/sys/sys/timeffc.h b/sys/sys/timeffc.h
index 58fa9a9a..bc08e27 100644
--- a/sys/sys/timeffc.h
+++ b/sys/sys/timeffc.h
@@ -61,6 +61,7 @@ struct ffclock_estimate {
*/
#define SYSCLOCK_FBCK 0
#define SYSCLOCK_FFWD 1
+extern int sysclock_active;
/*
* Parameters of counter characterisation required by feed-forward algorithms.
OpenPOWER on IntegriCloud