diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-06-16 11:05:46 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-06-20 19:24:39 +0800 |
commit | a6ed42dac49bfd6cb12e2dbffcee1c6d0854bd52 (patch) | |
tree | 6f801726ecbef435b12d5aca8c339790afa03d21 /drivers/crypto/caam/ctrl.h | |
parent | b30bdfa86431afbafe15284a3ad5ac19b49b88e3 (diff) |
crypto: caam - fix misspelled upper_32_bits
An endianess fix mistakenly used higher_32_bits() instead of
upper_32_bits(), and that doesn't exist:
drivers/crypto/caam/desc_constr.h: In function 'append_ptr':
drivers/crypto/caam/desc_constr.h:84:75: error: implicit declaration of function 'higher_32_bits' [-Werror=implicit-function-declaration]
*offset = cpu_to_caam_dma(ptr);
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 261ea058f016 ("crypto: caam - handle core endianness != caam endianness")
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/ctrl.h')
0 files changed, 0 insertions, 0 deletions