]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
hwrng: pasemi-rng - 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)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Sep 2016 07:37:07 +0000 (17:37 +1000)
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: Michael Ellerman <mpe@ellerman.id.au>
drivers/char/hw_random/pasemi-rng.c

index 699b7259f5d71e14e79b73f6943f352c0c0cbc18..c19e23d22b36f79332bacf0cd732cdb7e78e39b5 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