summaryrefslogtreecommitdiff
path: root/kern/timer.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-23 15:29:28 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-24 22:54:36 +0100
commit16e5483d9e23593cb1e7f348301a63c6cdfdfe86 (patch)
treecfb8876a4cb60ae388318f985a509bd56c795aea /kern/timer.c
parent8a0a0b374ce862fb784b5b56c2b9f8f4006242fd (diff)
kern: move forward declaration into a header file
* kern/timer.c (timer_init): Remove forward declaration. * kern/timer.h (timer_init): Add prototype.
Diffstat (limited to 'kern/timer.c')
-rw-r--r--kern/timer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kern/timer.c b/kern/timer.c
index d16329a..0c73c69 100644
--- a/kern/timer.c
+++ b/kern/timer.c
@@ -40,8 +40,6 @@
timer_t current_timer[NCPUS];
timer_data_t kernel_timer[NCPUS];
-void timer_init(); /* forward */
-
/*
* init_timers initializes all non-thread timers and puts the
* service routine on the callout queue. All timers must be