From affdec58dafcf1cd7ff1dfaf2e4539b5532d0e84 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 13 Dec 2016 15:51:12 +0100 Subject: [PATCH] hwrng: core - Replace asm/uaccess.h by linux/uaccess.h This patch fix the checkpatch warning about asm/uaccess.h. In the same time, we sort the headers in alphabetical order. Signed-off-by: Corentin Labbe Signed-off-by: Herbert Xu --- drivers/char/hw_random/core.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/char/hw_random/core.c b/drivers/char/hw_random/core.c index 6266d1589bc6..f81fd72b6692 100644 --- a/drivers/char/hw_random/core.c +++ b/drivers/char/hw_random/core.c @@ -10,18 +10,18 @@ * of the GNU General Public License, incorporated herein by reference. */ +#include #include +#include +#include #include -#include #include -#include -#include -#include #include -#include -#include +#include +#include #include -#include +#include +#include #include #define RNG_MODULE_NAME "hw_random" -- 2.45.2