From: Álvaro Fernández Rojas Date: Sun, 3 Apr 2016 12:18:22 +0000 (+0200) Subject: hwrng: bcm63xx - fix device tree compilation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=47cd30608f3fc3dbb4fdf37300baca911e2dde34;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git hwrng: bcm63xx - fix device tree compilation Adds missing include that resulted in implicit device tree functions errors. Fixes: 7b651706712b ("hwrng: bcm63xx - add device tree support") Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Herbert Xu --- diff --git a/drivers/char/hw_random/bcm63xx-rng.c b/drivers/char/hw_random/bcm63xx-rng.c index ca9c40309757..5132c9cde50d 100644 --- a/drivers/char/hw_random/bcm63xx-rng.c +++ b/drivers/char/hw_random/bcm63xx-rng.c @@ -12,6 +12,7 @@ #include #include #include +#include #define RNG_CTRL 0x00 #define RNG_EN (1 << 0)