mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()
[linux-2.6-block.git] / crypto / api.c
index 7d71a9b10e5fdade6aa6389cc38f84771953ff07..edcf690800d4258011c26ae100fdd83c4feae5dc 100644 (file)
@@ -333,12 +333,13 @@ static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask)
        return len;
 }
 
-static void crypto_shoot_alg(struct crypto_alg *alg)
+void crypto_shoot_alg(struct crypto_alg *alg)
 {
        down_write(&crypto_alg_sem);
        alg->cra_flags |= CRYPTO_ALG_DYING;
        up_write(&crypto_alg_sem);
 }
+EXPORT_SYMBOL_GPL(crypto_shoot_alg);
 
 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
                                      u32 mask)