X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=crypto%2Fcrypto_null.c;h=7a2fbf6f94faf5e94a33ad326bcc7666664cceff;hp=07a8a96d46fc1f2ef373ebb485ebf37287636726;hb=3cc0730eef779b6d7e27d6dfa5bd81f76a2baa0c;hpb=da7806f9b0579a1150f01ade3b562e543ddcbf2c diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c index 07a8a96d46fc..7a2fbf6f94fa 100644 --- a/crypto/crypto_null.c +++ b/crypto/crypto_null.c @@ -156,9 +156,9 @@ static struct crypto_alg skcipher_null = { .decrypt = skcipher_null_crypt } } }; -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) {