[PATCH] random: remove whitespace and reorder includes

From: Jason A. Donenfeld
Date: Fri Feb 11 2022 - 07:43:23 EST


This is purely cosmetic. Future work involves figuring out which of
these headers we need and which we don't.

Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
---
drivers/char/random.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/char/random.c b/drivers/char/random.c
index c7b3f1e05629..06dc583bce0d 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -50,11 +50,10 @@
#include <linux/syscalls.h>
#include <linux/completion.h>
#include <linux/uuid.h>
+#include <linux/uaccess.h>
#include <crypto/chacha.h>
#include <crypto/blake2s.h>
-
#include <asm/processor.h>
-#include <linux/uaccess.h>
#include <asm/irq.h>
#include <asm/irq_regs.h>
#include <asm/io.h>
--
2.35.0