mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
Though the module_exit functions are now no-ops, they should still be defined, since otherwise the modules become unremovable. Fixes:1f81c58279("crypto: arm/poly1305 - remove redundant shash algorithm") Fixes:f4b1a73aec("crypto: arm64/poly1305 - remove redundant shash algorithm") Fixes:378a337ab4("crypto: powerpc/poly1305 - implement library instead of shash") Fixes:21969da642("crypto: x86/poly1305 - remove redundant shash algorithm") Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>