On Tue, Feb 08, 2022 at 04:53:31PM +0100, Jason A. Donenfeld wrote: > This is a preparatory commit for the following one. We simply inline the > various functions that rand_initialize() calls that have no other > callers. The compiler was doing this anyway before. Doing this will > allow us to reorganize this after. > > Cc: Theodore Ts'o <tytso@xxxxxxx> > Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx> > --- > drivers/char/random.c | 90 ++++++++++++++++--------------------------- > 1 file changed, 33 insertions(+), 57 deletions(-) Looks good, Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric