]> git.baikalelectronics.ru Git - kernel.git/commit
random: order timer entropy functions below interrupt functions
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 6 May 2022 16:27:38 +0000 (18:27 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sun, 15 May 2022 23:27:24 +0000 (01:27 +0200)
commit61281d0c94d5e3973f6cb3b927f57103051029b6
tree0cd438ee04ba2a90898c1e6b48251f37586bef05
parent4fd34533993ca8389dd5dc78f77ded45142d412b
random: order timer entropy functions below interrupt functions

There are no code changes here; this is just a reordering of functions,
so that in subsequent commits, the timer entropy functions can call into
the interrupt ones.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c