commit | eaade84a6302f139aede74fe5a568a70adb9baa2 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Dec 05 12:31:44 2022 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Dec 05 16:39:18 2022 +0800 |
tree | 63176b35a5ab795496af20502756ad134be65e5b | |
parent | 2ae6feb1a1f6678fe11864f1b6920ed10b09ad6a [diff] |
crypto: api - Use linux/cache.h instead of asm/cache.h Directly including asm/cache.h leads to build failures on powerpc so replace it with linux/cache.h instead. Fixes: e634ac4a8aaa ("crypto: api - Add crypto_tfm_ctx_dma") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>