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

Commit 47cd3060 authored by Álvaro Fernández Rojas's avatar Álvaro Fernández Rojas Committed by Herbert Xu
Browse files

hwrng: bcm63xx - fix device tree compilation



Adds missing include that resulted in implicit device tree functions errors.

Fixes: 7b651706 ("hwrng: bcm63xx - add device tree support")
Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ef609c23
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,7 @@
#include <linux/clk.h>
#include <linux/clk.h>
#include <linux/platform_device.h>
#include <linux/platform_device.h>
#include <linux/hw_random.h>
#include <linux/hw_random.h>
#include <linux/of.h>


#define RNG_CTRL			0x00
#define RNG_CTRL			0x00
#define RNG_EN				(1 << 0)
#define RNG_EN				(1 << 0)