提交 dffa1844 编写于 作者: D Dennis Gilmore 提交者: Herbert Xu

crypto: n2 - use __devexit not __exit in n2_unregister_algs

fixes fedora sparc build failure, thanks to kylem for helping with debugging
Signed-off-by: NDennis Gilmore <dgilmore@redhat.com>
Acked-by: David S. Miller <davem@davemloft.net>  
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 c73b7d02
......@@ -1542,7 +1542,7 @@ static int __devinit n2_register_algs(void)
return err;
}
static void __exit n2_unregister_algs(void)
static void __devexit n2_unregister_algs(void)
{
mutex_lock(&spu_lock);
if (!--algs_registered)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册