Re: linux-next: build warning after merge of the crypto tree

From: Hans de Goede
Date: Sun Aug 25 2019 - 14:01:32 EST


Hi,

On 23-08-19 05:14, Stephen Rothwell wrote:
Hi all,

After merging the crypto tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

WARNING: modpost: missing MODULE_LICENSE() in lib/crypto/libsha256.o
see include/linux/module.h for more information

Presumably introduced by commit

01d3aee86625 ("crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use")

Yeah my bad, I did not think about this getting build as a module.

I will submit a followup patch fixing this.

Regards,

Hans