]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/eseqiv.c
ext2: retry block allocation if new blocks are allocated from system zone
[linux-2.6-omap-h63xx.git] / crypto / eseqiv.c
index eb90d27ae118e0b79bc2d24daf94b476a4f89075..b14f14e314b6cf3ada4bc0694aa9f5f364ab73e7 100644 (file)
@@ -247,18 +247,12 @@ static struct crypto_template eseqiv_tmpl = {
        .module = THIS_MODULE,
 };
 
-static int __init eseqiv_module_init(void)
+int __init eseqiv_module_init(void)
 {
        return crypto_register_template(&eseqiv_tmpl);
 }
 
-static void __exit eseqiv_module_exit(void)
+void __exit eseqiv_module_exit(void)
 {
        crypto_unregister_template(&eseqiv_tmpl);
 }
-
-module_init(eseqiv_module_init);
-module_exit(eseqiv_module_exit);
-
-MODULE_LICENSE("GPL");
-MODULE_DESCRIPTION("Encrypted Sequence Number IV Generator");