Re: [PATCH] crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c

2019-08-30 Thread Herbert Xu
On Sun, Aug 25, 2019 at 08:18:41PM +0200, Hans de Goede wrote: > lib/crypto/sha256.c / lib/crypto/libsha256.o may end up being a module, > so it needs a MODULE_LICENSE() line, add this. > > Signed-off-by: Hans de Goede > --- > lib/crypto/sha256.c | 3 +++ > 1 file changed, 3 insertions(+) Patch

[PATCH] crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c

2019-08-25 Thread Hans de Goede
lib/crypto/sha256.c / lib/crypto/libsha256.o may end up being a module, so it needs a MODULE_LICENSE() line, add this. Signed-off-by: Hans de Goede --- lib/crypto/sha256.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/crypto/sha256.c b/lib/crypto/sha256.c index 45ad87520769..42d75e4