zram: use __bio_add_page for adding single page to bio
[linux-block.git] / crypto / rmd160.c
index f3add4d54a22b1226a6fc63174131441b3bf6034..c5fe4034b153cb4c84a97a0356fee314ab926728 100644 (file)
@@ -342,6 +342,7 @@ static struct shash_alg alg = {
        .descsize       =       sizeof(struct rmd160_ctx),
        .base           =       {
                .cra_name        =      "rmd160",
+               .cra_driver_name =      "rmd160-generic",
                .cra_blocksize   =      RMD160_BLOCK_SIZE,
                .cra_module      =      THIS_MODULE,
        }