Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[platform/kernel/linux-starfive.git] / init / calibrate.c
index 40ff3b4..2d3d73b 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <asm/timex.h>
 
-static unsigned long preset_lpj;
+unsigned long preset_lpj;
 static int __init lpj_setup(char *str)
 {
        preset_lpj = simple_strtoul(str,NULL,0);