Message ID | Y410MAxoqND62k1r@gondor.apana.org.au |
---|---|
State | Accepted |
Commit | eaade84a6302f139aede74fe5a568a70adb9baa2 |
Headers | show |
Series | crypto: api - Use linux/cache.h instead of asm/cache.h | expand |
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index 8722fd67f40a..61b327206b55 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h @@ -7,8 +7,8 @@ #ifndef _CRYPTO_ALGAPI_H #define _CRYPTO_ALGAPI_H -#include <asm/cache.h> #include <linux/align.h> +#include <linux/cache.h> #include <linux/crypto.h> #include <linux/kconfig.h> #include <linux/list.h>