diff options
Diffstat (limited to 'arch/sh/kernel/setup.c')
-rw-r--r-- | arch/sh/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index ebe7a7d97215..1cf90e947dbf 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
@@ -172,7 +172,7 @@ disable: | |||
172 | #endif | 172 | #endif |
173 | } | 173 | } |
174 | 174 | ||
175 | void __cpuinit calibrate_delay(void) | 175 | void calibrate_delay(void) |
176 | { | 176 | { |
177 | struct clk *clk = clk_get(NULL, "cpu_clk"); | 177 | struct clk *clk = clk_get(NULL, "cpu_clk"); |
178 | 178 | ||