Message ID | 20221205104857.2dab1586@canb.auug.org.au (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | linux-next: build failure after merge of the crypto tree | expand |
Hi all, On Mon, 5 Dec 2022 10:48:57 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > It could be (easily) argued that arch/powerpc/include/asm/cache.h should > include linus/types.h, but it is also unusual to include an asm/... file > before all the linux/... files. Or maybe you should have included linux/cache.h instead of asm/cache.h?
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index 8722fd67f40a..fced47dbd306 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h @@ -7,13 +7,13 @@ #ifndef _CRYPTO_ALGAPI_H #define _CRYPTO_ALGAPI_H -#include <asm/cache.h> #include <linux/align.h> #include <linux/crypto.h> #include <linux/kconfig.h> #include <linux/list.h> #include <linux/types.h> +#include <asm/cache.h> #include <asm/unaligned.h> /*