crypto: api - Use linux/cache.h instead of asm/cache.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 5 Dec 2022 04:31:44 +0000 (12:31 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 5 Dec 2022 08:39:18 +0000 (16:39 +0800)
commiteaade84a6302f139aede74fe5a568a70adb9baa2
tree63176b35a5ab795496af20502756ad134be65e5b
parent2ae6feb1a1f6678fe11864f1b6920ed10b09ad6a
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>
include/crypto/algapi.h