]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - crypto/rmd256.c
staging: android: ion: use vmap instead of vm_map_ram
[thirdparty/linux.git] / crypto / rmd256.c
index 79ca3029848f03c9d33864717c2352a625a2db3e..3c730e9de5fdf114bca17ae1df4fc309b95729cc 100644 (file)
@@ -317,6 +317,7 @@ static struct shash_alg alg = {
        .descsize       =       sizeof(struct rmd256_ctx),
        .base           =       {
                .cra_name        =      "rmd256",
+               .cra_driver_name =      "rmd256-generic",
                .cra_blocksize   =      RMD256_BLOCK_SIZE,
                .cra_module      =      THIS_MODULE,
        }