Re: [PATCH 17/27] kbuild, crypto: remove MODULE_LICENSE in non-modules
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2023-02-23 10:23:09
Also in:
linux-crypto, lkml
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2023-02-23 10:23:09
Also in:
linux-crypto, lkml
On Wed, Feb 22, 2023 at 12:14:43PM +0000, Nick Alcock wrote:
diff --git a/arch/x86/crypto/blake2s-glue.c b/arch/x86/crypto/blake2s-glue.c index aaba21230528..0df9ec15643a 100644 --- a/arch/x86/crypto/blake2s-glue.c +++ b/arch/x86/crypto/blake2s-glue.c@@ -74,4 +74,3 @@ static int __init blake2s_mod_init(void) module_init(blake2s_mod_init); -MODULE_LICENSE("GPL v2");
Please change the module_init as well and remove module.h from this file. Thanks, -- Email: Herbert Xu [off-list ref] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt