clocksource: clint: Export clint_time_val for modules
authorPalmer Dabbelt <palmerdabbelt@google.com>
Wed, 30 Sep 2020 06:48:47 +0000 (23:48 -0700)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Wed, 30 Sep 2020 06:55:27 +0000 (23:55 -0700)
commitc14decfca23cfbeb423ad8be3961a58a31a5473c
tree3ede4ad532d0ef4161bb5484625e89c298c8d8f1
parenta1b8638ba1320e6684aa98233c15255eb803fac7
clocksource: clint: Export clint_time_val for modules

clint_time_val will soon be used by the RISC-V implementation of
random_get_entropy(), which is a static inline function that may be used by
modules (at least CRYPTO_JITTERENTROPY=m).

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
drivers/clocksource/timer-clint.c