From: Jason A. Donenfeld Date: Fri, 11 Feb 2022 12:41:41 +0000 (+0100) Subject: random: remove whitespace and reorder includes X-Git-Tag: v4.19.249~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8849c2660ac995dc7fa41fdb1b8e0ee3aab27ec1;p=thirdparty%2Fkernel%2Fstable.git random: remove whitespace and reorder includes commit 87e7d5abad0cbc9312dea7f889a57d294c1a5fcc upstream. This is purely cosmetic. Future work involves figuring out which of these headers we need and which we don't. Reviewed-by: Dominik Brodowski Reviewed-by: Eric Biggers Signed-off-by: Jason A. Donenfeld Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/random.c b/drivers/char/random.c index 67ce6ed5d7b25..6ea9a4a989c62 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -193,11 +193,10 @@ #include #include #include +#include #include #include - #include -#include #include #include #include