]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/lzo.c
Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
[linux.git] / crypto / lzo.c
index 97051a2ca08ed50f4dadbffeb9463bfbabda1d63..ebda132dd22bf5434d232a84d4c6a7cb40f02464 100644 (file)
@@ -109,6 +109,7 @@ static int lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src,
 
 static struct crypto_alg alg = {
        .cra_name               = "lzo",
+       .cra_driver_name        = "lzo-generic",
        .cra_flags              = CRYPTO_ALG_TYPE_COMPRESS,
        .cra_ctxsize            = sizeof(struct lzo_ctx),
        .cra_module             = THIS_MODULE,