mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
c73b7d02da
commit
dffa18449a
1 changed files with 1 additions and 1 deletions
|
@ -1542,7 +1542,7 @@ out:
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __exit n2_unregister_algs(void)
|
static void __devexit n2_unregister_algs(void)
|
||||||
{
|
{
|
||||||
mutex_lock(&spu_lock);
|
mutex_lock(&spu_lock);
|
||||||
if (!--algs_registered)
|
if (!--algs_registered)
|
||||||
|
|
Loading…
Add table
Reference in a new issue