crypto: prefix module autoloading with "crypto-"
[linux-drm-fsl-dcu.git] / crypto / des_generic.c
index 298d464ab7d2564cfcce14862e52201a5530df2c..42912948776b1426ec71f2e6fe3d5debd3d67e72 100644 (file)
@@ -983,7 +983,7 @@ static struct crypto_alg des_algs[2] = { {
        .cia_decrypt            =       des3_ede_decrypt } }
 } };
 
-MODULE_ALIAS("des3_ede");
+MODULE_ALIAS_CRYPTO("des3_ede");
 
 static int __init des_generic_mod_init(void)
 {