From: Corentin LABBE Date: Fri, 26 Aug 2016 11:11:32 +0000 (+0200) Subject: hwrng: amd - Remove asm/io.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=055ae890388ad2b02a53d5c3e1f60f976989e34e;p=linux-beck.git 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 --- 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 #define DRV_NAME "AMD768-HWRNG"