1
0
Fork 0

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: Dennis Gilmore <dgilmore@redhat.com>
Acked-by: David S. Miller <davem@davemloft.net>  
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
hifive-unleashed-5.1
Dennis Gilmore 2011-01-06 17:15:31 +11:00 committed by Herbert Xu
parent c73b7d02da
commit dffa18449a
1 changed files with 1 additions and 1 deletions

View File

@ -1542,7 +1542,7 @@ out:
return err;
}
static void __exit n2_unregister_algs(void)
static void __devexit n2_unregister_algs(void)
{
mutex_lock(&spu_lock);
if (!--algs_registered)