]> 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)
commit2cc9fd17fe606b227bda03bf7e673177c6029f00
tree0cd438ee04ba2a90898c1e6b48251f37586bef05
parent29631e1cf95b13283933f1de5e8113a11da9133a
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