diff options
Diffstat (limited to 'drivers/crypto/fsl/dcp_rng.c')
-rw-r--r-- | drivers/crypto/fsl/dcp_rng.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/fsl/dcp_rng.c b/drivers/crypto/fsl/dcp_rng.c index 6b19c171fc..3170696015 100644 --- a/drivers/crypto/fsl/dcp_rng.c +++ b/drivers/crypto/fsl/dcp_rng.c @@ -7,6 +7,7 @@ * Based on RNGC driver in drivers/char/hw_random/imx-rngc.c in Linux */ +#include <common.h> #include <cpu_func.h> #include <dm.h> #include <rng.h> |