From d9cd4007d5c7e877a006392eeafb2291f06d6685 Mon Sep 17 00:00:00 2001 From: Liu Ping Fan Date: Sun, 21 Jul 2013 08:43:00 +0000 Subject: timer: make timers_state static Signed-off-by: Liu Ping Fan Reviewed-by: Jan Kiszka Signed-off-by: Michael Tokarev --- cpus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpus.c') diff --git a/cpus.c b/cpus.c index ca6b886592..0f65e763f2 100644 --- a/cpus.c +++ b/cpus.c @@ -112,7 +112,7 @@ typedef struct TimersState { int64_t dummy; } TimersState; -TimersState timers_state; +static TimersState timers_state; /* Return the virtual CPU time, based on the instruction counter. */ int64_t cpu_get_icount(void) -- cgit v1.2.1