Skip to content

Commit

Permalink
crypto: n2 - use __devexit not __exit in n2_unregister_algs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dennis Gilmore authored and Herbert Xu committed Jan 6, 2011
1 parent c73b7d0 commit dffa184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/n2_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dffa184

Please sign in to comment.