Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Though the module_exit functions are now no-ops, they should still be > defined, since otherwise the modules become unremovable. > > Fixes: 1f81c58279c7 ("crypto: arm/poly1305 - remove redundant shash algorithm") > Fixes: f4b1a73aec5c ("crypto: arm64/poly1305 - remove redundant shash algorithm") > Fixes: 378a337ab40f ("crypto: powerpc/poly1305 - implement library instead of shash") > Fixes: 21969da642a2 ("crypto: x86/poly1305 - remove redundant shash algorithm") > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > arch/arm/crypto/poly1305-glue.c | 5 +++++ > arch/arm64/crypto/poly1305-glue.c | 5 +++++ > arch/powerpc/crypto/poly1305-p10-glue.c | 5 +++++ > arch/x86/crypto/poly1305_glue.c | 5 +++++ > 4 files changed, 20 insertions(+) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt