diff options
Diffstat (limited to 'drivers/crypto/fsl/error.c')
-rw-r--r-- | drivers/crypto/fsl/error.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/crypto/fsl/error.c b/drivers/crypto/fsl/error.c index c76574919c7..dfcf5dbab35 100644 --- a/drivers/crypto/fsl/error.c +++ b/drivers/crypto/fsl/error.c @@ -7,9 +7,9 @@ * Derived from error.c file in linux drivers/crypto/caam */ -#include <common.h> #include <log.h> #include <malloc.h> +#include <vsprintf.h> #include "desc.h" #include "jr.h" @@ -26,7 +26,6 @@ #define JRSTA_DECOERR_INDEX_MASK 0xff00 #define JRSTA_DECOERR_ERROR_MASK 0x00ff - static const struct { u8 value; const char *error_text; |