Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63019f3c authored by PrasannaKumar Muralidharan's avatar PrasannaKumar Muralidharan Committed by Michael Ellerman
Browse files

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: default avatarPrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 6f95d4b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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