X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fcrypto_null.c;h=7a2fbf6f94faf5e94a33ad326bcc7666664cceff;hb=07599cf068b05c2e9b9a24036b43e19ff8337985;hp=07a8a96d46fc1f2ef373ebb485ebf37287636726;hpb=660f6a360be399f4ebdd6572a3d24afe54e9bb1c;p=pandora-kernel.git 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) {