linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / init / calibrate.c
index 733f14b..d206c75 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <asm/timex.h>
 
-unsigned long preset_lpj;
+static unsigned long preset_lpj;
 static int __init lpj_setup(char *str)
 {
        preset_lpj = simple_strtoul(str,NULL,0);