summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-04-11 12:31:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-04-12 11:58:02 +0200
commitfd99872262951066b13753eac8d1351c9ee0fa54 (patch)
treefa95e8c2315cddee05cc4691e70b2c8b5dcce35c
parentea569a0afd6a2e9a84418cd18ddeaeefaa5eae39 (diff)
downloadbarebox-fd99872262951066b13753eac8d1351c9ee0fa54.tar.gz
barebox-fd99872262951066b13753eac8d1351c9ee0fa54.tar.xz
crypto/caam: Add missing include
rng_self_test.c doesn't include the header file providing the prototypes for the functions it implements. Add the missing include. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--drivers/crypto/caam/rng_self_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/caam/rng_self_test.c b/drivers/crypto/caam/rng_self_test.c
index aab4fa2e47..7816cd152c 100644
--- a/drivers/crypto/caam/rng_self_test.c
+++ b/drivers/crypto/caam/rng_self_test.c
@@ -51,6 +51,7 @@
#include "error.h"
#include "regs.h"
#include "jr.h"
+#include "rng_self_test.h"
static const u32 rng_dsc1[] = {
0xb0800036, 0x04800010, 0x3c85a15b, 0x50a9d0b1,