Skip to content

Commit

Permalink
arm: crypto: Use MODULE_ALIAS since we don't have MODULE_ALIAS_CRYPTO.
Browse files Browse the repository at this point in the history
Change-Id: Id982994f7edcce6b590ef75c32608ac37b3c2047
  • Loading branch information
aeroevan committed Apr 17, 2015
1 parent 8b30b5f commit 4c985d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/crypto/sha256_glue.c
Expand Up @@ -243,4 +243,4 @@ module_exit(sha256_mod_fini);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("SHA256 Secure Hash Algorithm (ARM), including NEON");

MODULE_ALIAS_CRYPTO("sha256");
MODULE_ALIAS("sha256");

0 comments on commit 4c985d2

Please sign in to comment.