diff options
-rw-r--r-- | drivers/crypto/n2_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/n2_core.c b/drivers/crypto/n2_core.c index 88ee01510ec0..337249155c05 100644 --- a/drivers/crypto/n2_core.c +++ b/drivers/crypto/n2_core.c | |||
@@ -1542,7 +1542,7 @@ out: | |||
1542 | return err; | 1542 | return err; |
1543 | } | 1543 | } |
1544 | 1544 | ||
1545 | static void __exit n2_unregister_algs(void) | 1545 | static void __devexit n2_unregister_algs(void) |
1546 | { | 1546 | { |
1547 | mutex_lock(&spu_lock); | 1547 | mutex_lock(&spu_lock); |
1548 | if (!--algs_registered) | 1548 | if (!--algs_registered) |