diff options
author | Marc Zyngier <maz@kernel.org> | 2021-10-17 13:42:18 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-10-17 21:47:39 +0200 |
commit | 41f8d02a6a558f80775bf61fe6312a14eeabbca0 (patch) | |
tree | 734e8439e959e846e00615f339826c6266525c08 /include/clocksource | |
parent | 012f188504528b8cb32f441ac3bd9ea2eba39c9e (diff) | |
download | linux-41f8d02a6a558f80775bf61fe6312a14eeabbca0.tar.gz linux-41f8d02a6a558f80775bf61fe6312a14eeabbca0.tar.bz2 linux-41f8d02a6a558f80775bf61fe6312a14eeabbca0.zip |
clocksource/drivers/arm_arch_timer: Remove any trace of the TVAL programming interface
TVAL usage is now long gone, get rid of the leftovers.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211017124225.3018098-11-maz@kernel.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'include/clocksource')
-rw-r--r-- | include/clocksource/arm_arch_timer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clocksource/arm_arch_timer.h b/include/clocksource/arm_arch_timer.h index d59537afb29d..e715bdb720d5 100644 --- a/include/clocksource/arm_arch_timer.h +++ b/include/clocksource/arm_arch_timer.h @@ -24,7 +24,6 @@ enum arch_timer_reg { ARCH_TIMER_REG_CTRL, - ARCH_TIMER_REG_TVAL, ARCH_TIMER_REG_CVAL, }; |