X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=crypto%2Fcrypto_null.c;h=7b39fa3deac2ae0e94af8d4a9aefe3fb8d51c179;hb=83e32fc6d7aa9fb584b6fe9855e7d503667020c5;hp=fee7265cd35df5aa3d752e3294cb0f50fada64d2;hpb=290eddc4b3661dc4dfa95d199e0be5788928b3b1;p=firefly-linux-kernel-4.4.55.git diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c index fee7265cd35d..7b39fa3deac2 100644 --- a/crypto/crypto_null.c +++ b/crypto/crypto_null.c @@ -149,9 +149,9 @@ static struct crypto_alg null_algs[3] = { { .coa_decompress = null_compress } } } }; -MODULE_ALIAS("compress_null"); -MODULE_ALIAS("digest_null"); -MODULE_ALIAS("cipher_null"); +MODULE_ALIAS_CRYPTO("compress_null"); +MODULE_ALIAS_CRYPTO("digest_null"); +MODULE_ALIAS_CRYPTO("cipher_null"); static int __init crypto_null_mod_init(void) {