summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_clock.c')
-rw-r--r--sys/kern/kern_clock.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index b772b94..248e4ea 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -70,7 +70,6 @@
#endif
#ifdef DEVICE_POLLING
-extern void init_device_poll(void);
extern void hardclock_device_poll(void);
#endif /* DEVICE_POLLING */
@@ -137,9 +136,6 @@ initclocks(dummy)
*/
cpu_initclocks();
-#ifdef DEVICE_POLLING
- init_device_poll();
-#endif
/*
* Compute profhz/stathz, and fix profhz if needed.
*/
OpenPOWER on IntegriCloud