mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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>
This commit is contained in:
@@ -12,8 +12,9 @@
|
|||||||
#include <crypto/internal/simd.h>
|
#include <crypto/internal/simd.h>
|
||||||
#include <crypto/sha2.h>
|
#include <crypto/sha2.h>
|
||||||
#include <crypto/sha256_base.h>
|
#include <crypto/sha256_base.h>
|
||||||
#include <linux/types.h>
|
#include <linux/module.h>
|
||||||
#include <linux/string.h>
|
#include <linux/string.h>
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
MODULE_DESCRIPTION("SHA-224/SHA-256 secure hash for arm64");
|
MODULE_DESCRIPTION("SHA-224/SHA-256 secure hash for arm64");
|
||||||
MODULE_AUTHOR("Andy Polyakov <appro@openssl.org>");
|
MODULE_AUTHOR("Andy Polyakov <appro@openssl.org>");
|
||||||
|
Reference in New Issue
Block a user