]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite9d8a0e9d5f9a4279883a7168fc1ecd09e7d8dd9
tree3ede4ad532d0ef4161bb5484625e89c298c8d8f1
parent47baade2e61311823a6410984052b21729468ddf
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