X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=crypto%2Feseqiv.c;h=b14f14e314b6cf3ada4bc0694aa9f5f364ab73e7;hb=2314488e81b6f8966d3ea607c4517a64bf58f283;hp=6f2cd063b6fef51e636cd5f55aef02902b800aea;hpb=a0863130757f32df602c1c60326530c0152b626b;p=linux-2.6-omap-h63xx.git diff --git a/crypto/eseqiv.c b/crypto/eseqiv.c index 6f2cd063b6f..b14f14e314b 100644 --- a/crypto/eseqiv.c +++ b/crypto/eseqiv.c @@ -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);