From: Herbert Xu Date: Mon, 5 Dec 2022 04:31:44 +0000 (+0800) Subject: crypto: api - Use linux/cache.h instead of asm/cache.h X-Git-Tag: v6.2-rc1~87^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eaade84a6302f139aede74fe5a568a70adb9baa2;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Herbert Xu --- diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index 8722fd67f40ae..61b327206b557 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h @@ -7,8 +7,8 @@ #ifndef _CRYPTO_ALGAPI_H #define _CRYPTO_ALGAPI_H -#include #include +#include #include #include #include