diff options
author | Marek Vasut <marex@denx.de> | 2014-04-24 20:05:12 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-05-08 15:58:06 +0200 |
commit | fa9659cd4d3f40cead6263986cc235f3e67ab872 (patch) | |
tree | c052231b590336ebbc2cc068c1886ba51708021f /drivers/crypto/caam/error.h | |
parent | crypto: atmel-aes - check alignment of cfb64 mode (diff) | |
download | linux-fa9659cd4d3f40cead6263986cc235f3e67ab872.tar.xz linux-fa9659cd4d3f40cead6263986cc235f3e67ab872.zip |
crypto: caam - Contain caam_jr_strstatus() ugliness
The tentacles of this function were firmly attached to various
places in the CAAM code. Just cut them, or this cthulhu function
will sprout them anew.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Horia Geanta <horia.geanta@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/error.h')
-rw-r--r-- | drivers/crypto/caam/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/error.h b/drivers/crypto/caam/error.h index 02c7baa1748e..b6350b0d9153 100644 --- a/drivers/crypto/caam/error.h +++ b/drivers/crypto/caam/error.h @@ -7,5 +7,5 @@ #ifndef CAAM_ERROR_H #define CAAM_ERROR_H #define CAAM_ERROR_STR_MAX 302 -extern char *caam_jr_strstatus(char *outstr, u32 status); +void caam_jr_strstatus(struct device *jrdev, u32 status); #endif /* CAAM_ERROR_H */ |