]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - crypto/chainiv.c
[ARM] 5078/1: pxa-pwm: Add missing MODULE_LICENSE to be able to build the driver
[karo-tx-linux.git] / crypto / chainiv.c
index 0a7cac6e90891c3f7e77a5b2645e160f4fc7b1b2..6da3f577e4db1d6c81c95b1fc9bb3eb7a5424df4 100644 (file)
@@ -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);