From 055ae890388ad2b02a53d5c3e1f60f976989e34e Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Fri, 26 Aug 2016 13:11:32 +0200 Subject: [PATCH] hwrng: amd - Remove asm/io.h checkpatch complains about used instead of linux/io.h. In fact it is not needed. This patch remove it, and in the process, alphabetize the other headers. Signed-off-by: LABBE Corentin Signed-off-by: Herbert Xu --- drivers/char/hw_random/amd-rng.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/char/hw_random/amd-rng.c b/drivers/char/hw_random/amd-rng.c index 93157afa51eb..de82fe3643a5 100644 --- a/drivers/char/hw_random/amd-rng.c +++ b/drivers/char/hw_random/amd-rng.c @@ -24,12 +24,11 @@ * warranty of any kind, whether express or implied. */ -#include -#include -#include -#include #include -#include +#include +#include +#include +#include #define DRV_NAME "AMD768-HWRNG"