Eric Biggers <ebigg...@kernel.org> wrote: > > -static void __exit chacha_simd_mod_fini(void) > -{ > - if (IS_REACHABLE(CONFIG_CRYPTO_SKCIPHER) && > boot_cpu_has(X86_FEATURE_SSSE3)) > - crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); > -} > - > arch_initcall(chacha_simd_mod_init); > -module_exit(chacha_simd_mod_fini);
Why did you remove the ability to remove the module? Cheers, -- Email: Herbert Xu <herb...@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt