From: PrasannaKumar Muralidharan Date: Tue, 6 Sep 2016 08:28:39 +0000 (+0530) Subject: hwrng: pasemi-rng - Use linux/io.h instead of asm/io.h X-Git-Tag: v6.1~15617^2~151 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63019f3cab99c7acd27df5a5b86dc0d44c6cab1f;p=sdk%2Femulator%2Femulator-kernel.git hwrng: pasemi-rng - 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: Michael Ellerman --- diff --git a/drivers/char/hw_random/pasemi-rng.c b/drivers/char/hw_random/pasemi-rng.c index 699b7259f5d7..c19e23d22b36 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