[PATCH 4.9 133/264] random: remove whitespace and reorder includes

From: Greg Kroah-Hartman
Date: Thu Jun 23 2022 - 13:03:38 EST


From: "Jason A. Donenfeld" <Jason@xxxxxxxxx>

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 <linux@xxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>
Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
drivers/char/random.c | 1 -
1 file changed, 1 deletion(-)

--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -196,7 +196,6 @@
#include <linux/uuid.h>
#include <crypto/chacha20.h>
#include <crypto/blake2s.h>
-
#include <asm/processor.h>
#include <asm/uaccess.h>
#include <asm/irq.h>