diff options
Diffstat (limited to 'init/calibrate.c')
-rw-r--r-- | init/calibrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/calibrate.c b/init/calibrate.c index 40ff3b404895..2d3d73bd4ce1 100644 --- a/init/calibrate.c +++ b/init/calibrate.c | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | #include <asm/timex.h> | 11 | #include <asm/timex.h> |
12 | 12 | ||
13 | static unsigned long preset_lpj; | 13 | unsigned long preset_lpj; |
14 | static int __init lpj_setup(char *str) | 14 | static int __init lpj_setup(char *str) |
15 | { | 15 | { |
16 | preset_lpj = simple_strtoul(str,NULL,0); | 16 | preset_lpj = simple_strtoul(str,NULL,0); |