]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/crypto/fpu.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[mirror_ubuntu-artful-kernel.git] / arch / x86 / crypto / fpu.c
index 5a2f30f9f52dca78820b67cef7c025c53aa0b735..e7d679e2a0187d702bad44258a7e1dbf0def9418 100644 (file)
@@ -156,7 +156,7 @@ int __init crypto_fpu_init(void)
        return crypto_register_template(&crypto_fpu_tmpl);
 }
 
-void __exit crypto_fpu_exit(void)
+void crypto_fpu_exit(void)
 {
        crypto_unregister_template(&crypto_fpu_tmpl);
 }