diff options
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/platforms/xtfpga/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/platforms/xtfpga/setup.c b/arch/xtensa/platforms/xtfpga/setup.c index 96ef8eeb064e..c7ce62ff73f7 100644 --- a/arch/xtensa/platforms/xtfpga/setup.c +++ b/arch/xtensa/platforms/xtfpga/setup.c | |||
@@ -163,7 +163,7 @@ void platform_heartbeat(void) | |||
163 | 163 | ||
164 | #ifdef CONFIG_XTENSA_CALIBRATE_CCOUNT | 164 | #ifdef CONFIG_XTENSA_CALIBRATE_CCOUNT |
165 | 165 | ||
166 | void platform_calibrate_ccount(void) | 166 | void __init platform_calibrate_ccount(void) |
167 | { | 167 | { |
168 | long clk_freq = 0; | 168 | long clk_freq = 0; |
169 | #ifdef CONFIG_OF | 169 | #ifdef CONFIG_OF |