crypto: arm64/sha256-glue - Include module.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 19 May 2023 12:41:55 +0000 (20:41 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 19 May 2023 12:56:59 +0000 (20:56 +0800)
commitf573db7aa528f11820dcc811bc7791b231d22b1c
tree39cac41a066fd5cd5d3223563eaca4fd43ce541b
parent7883d1b28a2b0e62edcacea22de6b36a1918b15a
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>
arch/arm64/crypto/sha256-glue.c