X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fchainiv.c;h=6da3f577e4db1d6c81c95b1fc9bb3eb7a5424df4;hb=20fc190b0ef58bf8b3b0bff9de122083956f82ec;hp=0a7cac6e90891c3f7e77a5b2645e160f4fc7b1b2;hpb=76fc60a2e3c6aa6e98cd3a5cb81a1855c637b274;p=linux-2.6 diff --git a/crypto/chainiv.c b/crypto/chainiv.c index 0a7cac6e90..6da3f577e4 100644 --- a/crypto/chainiv.c +++ b/crypto/chainiv.c @@ -318,10 +318,8 @@ int __init chainiv_module_init(void) { return crypto_register_template(&chainiv_tmpl); } -EXPORT_SYMBOL_GPL(chainiv_module_init); -void __exit chainiv_module_exit(void) +void chainiv_module_exit(void) { crypto_unregister_template(&chainiv_tmpl); } -EXPORT_SYMBOL_GPL(chainiv_module_exit);