summaryrefslogtreecommitdiff
path: root/crypto/cmac.c
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-02-02 13:38:03 +0100
committerStefan Agner <stefan.agner@toradex.com>2015-02-02 13:38:03 +0100
commit43328a22788c8d856f30a9b0b909e00b7a0c6ecc (patch)
tree1ef1604ea6a297c5b83d3821ba19757946d7e67f /crypto/cmac.c
parent7a615209551c7a9f3a0dea4f6341ebbb2f2dc9c9 (diff)
parentc2d6598eefba9cbe5ca69ab6ca59e31f797169ac (diff)
Merge tag 'v3.18.5' into toradex_vf_3.18-next
This is the 3.18.5 stable release Conflicts: arch/arm/mach-imx/clk-imx6q.c
Diffstat (limited to 'crypto/cmac.c')
-rw-r--r--crypto/cmac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/cmac.c b/crypto/cmac.c
index 50880cf17fad..7a8bfbd548f6 100644
--- a/crypto/cmac.c
+++ b/crypto/cmac.c
@@ -313,3 +313,4 @@ module_exit(crypto_cmac_module_exit);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("CMAC keyed hash algorithm");
+MODULE_ALIAS_CRYPTO("cmac");