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