diff options
Diffstat (limited to 'crypto/crypto_null.c')
-rw-r--r-- | crypto/crypto_null.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c index 1dc54bb95a87..a20319132e33 100644 --- a/crypto/crypto_null.c +++ b/crypto/crypto_null.c | |||
@@ -145,9 +145,9 @@ static struct crypto_alg null_algs[3] = { { | |||
145 | .coa_decompress = null_compress } } | 145 | .coa_decompress = null_compress } } |
146 | } }; | 146 | } }; |
147 | 147 | ||
148 | MODULE_ALIAS("compress_null"); | 148 | MODULE_ALIAS_CRYPTO("compress_null"); |
149 | MODULE_ALIAS("digest_null"); | 149 | MODULE_ALIAS_CRYPTO("digest_null"); |
150 | MODULE_ALIAS("cipher_null"); | 150 | MODULE_ALIAS_CRYPTO("cipher_null"); |
151 | 151 | ||
152 | static int __init crypto_null_mod_init(void) | 152 | static int __init crypto_null_mod_init(void) |
153 | { | 153 | { |