summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/error.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-04-24 18:05:12 (GMT)
committerHerbert Xu <herbert@gondor.apana.org.au>2014-05-08 13:58:06 (GMT)
commitfa9659cd4d3f40cead6263986cc235f3e67ab872 (patch)
treec052231b590336ebbc2cc068c1886ba51708021f /drivers/crypto/caam/error.h
parent9f84951fc6f30eff20567632131c38725705753d (diff)
downloadlinux-fa9659cd4d3f40cead6263986cc235f3e67ab872.tar.xz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/error.h b/drivers/crypto/caam/error.h
index 02c7baa..b6350b0 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 */