]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/eseqiv.c
[CRYPTO] skcipher: Fix section mismatches
[linux-2.6-omap-h63xx.git] / crypto / eseqiv.c
index 6f2cd063b6fef51e636cd5f55aef02902b800aea..b14f14e314b6cf3ada4bc0694aa9f5f364ab73e7 100644 (file)
@@ -251,10 +251,8 @@ int __init eseqiv_module_init(void)
 {
        return crypto_register_template(&eseqiv_tmpl);
 }
-EXPORT_SYMBOL_GPL(eseqiv_module_init);
 
 void __exit eseqiv_module_exit(void)
 {
        crypto_unregister_template(&eseqiv_tmpl);
 }
-EXPORT_SYMBOL_GPL(eseqiv_module_exit);