x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest
[pandora-kernel.git] / crypto / chainiv.c
index 0a7cac6..6da3f57 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);