Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: arm64/sha256-glue - Include module.h

Include module.h in arch/arm64/crypto/sha256-glue.c as it uses
various macros (such as MODULE_AUTHOR) that are defined there.

Also fix the ordering of types.h.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202305191953.PIB1w80W-lkp@intel.com/
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

+2 -1
+2 -1
arch/arm64/crypto/sha256-glue.c
··· 12 12 #include <crypto/internal/simd.h> 13 13 #include <crypto/sha2.h> 14 14 #include <crypto/sha256_base.h> 15 - #include <linux/types.h> 15 + #include <linux/module.h> 16 16 #include <linux/string.h> 17 + #include <linux/types.h> 17 18 18 19 MODULE_DESCRIPTION("SHA-224/SHA-256 secure hash for arm64"); 19 20 MODULE_AUTHOR("Andy Polyakov <appro@openssl.org>");