From: PrasannaKumar Muralidharan Date: Tue, 6 Sep 2016 08:28:39 +0000 (+0530) Subject: hwrng: pasemi - Use linux/io.h instead of asm/io.h X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a826806b7c598f65a7b1322235ab049b1cbd8b16;p=openwrt%2Fstaging%2Fblogic.git hwrng: pasemi - Use linux/io.h instead of asm/io.h Checkpatch.pl warns about usage of asm/io.h. Use linux/io.h instead. Signed-off-by: PrasannaKumar Muralidharan Signed-off-by: Herbert Xu --- diff --git a/drivers/char/hw_random/pasemi-rng.c b/drivers/char/hw_random/pasemi-rng.c index b4e32f7ab6af..545df485bcc4 100644 --- a/drivers/char/hw_random/pasemi-rng.c +++ b/drivers/char/hw_random/pasemi-rng.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #define SDCRNG_CTL_REG 0x00 #define SDCRNG_CTL_FVLD_M 0x0000f000