From: Herbert Xu Date: Sat, 22 Feb 2020 01:38:55 +0000 (+1100) Subject: hwrng: omap3-rom - Include linux/io.h for virt_to_phys X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ba02b35239f7ea08ee9959689a66fee8782c1c8c;p=linux.git 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 --- diff --git a/drivers/char/hw_random/omap3-rom-rng.c b/drivers/char/hw_random/omap3-rom-rng.c index e08a8887e718c..a431c5cbe2be9 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