From: PrasannaKumar Muralidharan Date: Sun, 11 Sep 2016 15:24:26 +0000 (+0530) Subject: hwrng: geode - Use linux/io.h instead of asm/io.h X-Git-Tag: v4.9-rc1~53^2~33 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=e9afc746299d39f415fdb13b1213137deb4fc497;p=linux.git hwrng: geode - Use linux/io.h instead of asm/io.h Fix checkpatch.pl warning by changing from asm/io.h to linux/io.h. In the mean time arrange the includes in alphabetical order. Signed-off-by: PrasannaKumar Muralidharan Signed-off-by: Herbert Xu --- diff --git a/drivers/char/hw_random/geode-rng.c b/drivers/char/hw_random/geode-rng.c index 79e7482dc5c4..0cae21086c05 100644 --- a/drivers/char/hw_random/geode-rng.c +++ b/drivers/char/hw_random/geode-rng.c @@ -24,12 +24,12 @@ * warranty of any kind, whether express or implied. */ -#include +#include +#include +#include #include +#include #include -#include -#include -#include #define GEODE_RNG_DATA_REG 0x50 #define GEODE_RNG_STATUS_REG 0x54