summaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-06-16 12:05:46 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2016-06-20 14:24:39 +0300
commita6ed42dac49bfd6cb12e2dbffcee1c6d0854bd52 (patch)
tree6f801726ecbef435b12d5aca8c339790afa03d21 /include/linux/kernel.h
parentb30bdfa86431afbafe15284a3ad5ac19b49b88e3 (diff)
downloadlinux-a6ed42dac49bfd6cb12e2dbffcee1c6d0854bd52.tar.xz
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 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions