From ba02b35239f7ea08ee9959689a66fee8782c1c8c Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 22 Feb 2020 12:38:55 +1100 Subject: hwrng: omap3-rom - Include linux/io.h for virt_to_phys This patch adds linux/io.h to the header list to ensure that we get virt_to_phys on all architectures. Signed-off-by: Herbert Xu --- drivers/char/hw_random/omap3-rom-rng.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/char') diff --git a/drivers/char/hw_random/omap3-rom-rng.c b/drivers/char/hw_random/omap3-rom-rng.c index e08a8887e718..a431c5cbe2be 100644 --- a/drivers/char/hw_random/omap3-rom-rng.c +++ b/drivers/char/hw_random/omap3-rom-rng.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3