timeval: Make time_init() static and remove calls to it.
[cascardo/ovs.git] / lib / timeval.c
index 42b706f..e83f573 100644 (file)
@@ -65,7 +65,7 @@ static void log_poll_interval(long long int last_wakeup,
  *
  * It is not necessary to call this function directly, because other time
  * functions will call it automatically, but it doesn't hurt. */
-void
+static void
 time_init(void)
 {
     static bool inited;