diff options
Diffstat (limited to 'drivers/clocksource/arm_arch_timer.c')
-rw-r--r-- | drivers/clocksource/arm_arch_timer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clocksource/arm_arch_timer.c b/drivers/clocksource/arm_arch_timer.c index 14e2419063e9..0ecf5beb56ec 100644 --- a/drivers/clocksource/arm_arch_timer.c +++ b/drivers/clocksource/arm_arch_timer.c | |||
@@ -299,8 +299,7 @@ static u64 notrace arm64_858921_read_cntvct_el0(void) | |||
299 | #endif | 299 | #endif |
300 | 300 | ||
301 | #ifdef CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND | 301 | #ifdef CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND |
302 | DEFINE_PER_CPU(const struct arch_timer_erratum_workaround *, | 302 | DEFINE_PER_CPU(const struct arch_timer_erratum_workaround *, timer_unstable_counter_workaround); |
303 | timer_unstable_counter_workaround); | ||
304 | EXPORT_SYMBOL_GPL(timer_unstable_counter_workaround); | 303 | EXPORT_SYMBOL_GPL(timer_unstable_counter_workaround); |
305 | 304 | ||
306 | DEFINE_STATIC_KEY_FALSE(arch_timer_read_ool_enabled); | 305 | DEFINE_STATIC_KEY_FALSE(arch_timer_read_ool_enabled); |