From fd7c0a86ac2a45c965a7d592ed4d3fd63347c0c9 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sat, 16 Jul 2011 23:31:12 +1000 Subject: [PATCH] make cpu_loops_per_jiffy static Cc: Andrew Worsley Cc: Phil Carmody Cc: Sameer Nanda Cc: David Daney Signed-off-by: Andrew Morton --- init/calibrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/calibrate.c b/init/calibrate.c index bc5eb406df1f..ba01165d23aa 100644 --- a/init/calibrate.c +++ b/init/calibrate.c @@ -243,7 +243,7 @@ recalibrate: return lpj; } -DEFINE_PER_CPU(unsigned long, cpu_loops_per_jiffy) = { 0 }; +static DEFINE_PER_CPU(unsigned long, cpu_loops_per_jiffy) = { 0 }; void __cpuinit calibrate_delay(void) { -- 2.39.5