]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
hwrng: pasemi - Use linux/io.h instead of asm/io.h
authorPrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>
Tue, 6 Sep 2016 08:28:39 +0000 (13:58 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 13 Sep 2016 12:27:21 +0000 (20:27 +0800)
Checkpatch.pl warns about usage of asm/io.h. Use linux/io.h instead.

Signed-off-by: PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/pasemi-rng.c

index b4e32f7ab6afa83885198e652d5998dd14845f7e..545df485bcc42ee27da679fc4457074520d1abb0 100644 (file)
@@ -26,7 +26,7 @@
 #include <linux/delay.h>
 #include <linux/of_address.h>
 #include <linux/of_platform.h>
-#include <asm/io.h>
+#include <linux/io.h>
 
 #define SDCRNG_CTL_REG                 0x00
 #define   SDCRNG_CTL_FVLD_M            0x0000f000