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)
commita4b5c26b79ffdfcfb816c198f2fc2b1e7b5b580f
tree0cd438ee04ba2a90898c1e6b48251f37586bef05
parente85c0fc1d94c52483a603651748d4c76d6aa1c6b
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