]> 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)
commit3af04c9b8b1725f101c9202f0a05ee6a2aa38a25
tree3ede4ad532d0ef4161bb5484625e89c298c8d8f1
parentf4519271bf2b430447987348d351b99f7279b7e1
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