diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c index 01c61bd09446..eba0b603658a 100644 --- a/sys/kern/kern_tc.c +++ b/sys/kern/kern_tc.c @@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include /* * A large step happens on boot. This constant detects such steps. @@ -190,7 +189,7 @@ tc_delta(struct timehands *th) tc->tc_counter_mask); } -static u_int +static inline u_int tc_getgen(struct timehands *th) { @@ -205,7 +204,7 @@ tc_getgen(struct timehands *th) #endif } -static void +static inline void tc_setgen(struct timehands *th, u_int newgen) {