summaryrefslogtreecommitdiff
path: root/crypto/wp512.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2015-01-12 10:51:13 +0100
committerThomas Gleixner <tglx@linutronix.de>2015-01-12 10:51:13 +0100
commit3572bfff3a58b312276b882c15b9f517a0c3c4ac (patch)
tree95df302ae8134263edc38067b03617fa19fb5635 /crypto/wp512.c
parentdb85fba98caa6ea9e54e93b33df8fdbadf6d20df (diff)
parentad8b05dfadb938841880a3c05fd76e51af30b1f1 (diff)
downloadlinux-crypto-3572bfff3a58b312276b882c15b9f517a0c3c4ac.tar.gz
linux-crypto-3572bfff3a58b312276b882c15b9f517a0c3c4ac.zip
Merge tag 'irqchip-urgent-3.19' of git://git.infradead.org/users/jcooper/linux into irq/urgent
irqchip urgent fixes for v3.19 from Jason Cooper - mtk-sysirq: Fix error handling - hip04: Fix cpu map for 16bit value - gic-v3-its: Clear a warning regarding decimal constants - omap-intc: Fix legacy DMA regression - atmel-aic-common: Retain priority when changing type
Diffstat (limited to 'crypto/wp512.c')
-rw-r--r--crypto/wp512.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/wp512.c b/crypto/wp512.c
index ec64e776..0de42eb3 100644
--- a/crypto/wp512.c
+++ b/crypto/wp512.c
@@ -1167,8 +1167,8 @@ static void __exit wp512_mod_fini(void)
crypto_unregister_shashes(wp_algs, ARRAY_SIZE(wp_algs));
}
-MODULE_ALIAS("wp384");
-MODULE_ALIAS("wp256");
+MODULE_ALIAS_CRYPTO("wp384");
+MODULE_ALIAS_CRYPTO("wp256");
module_init(wp512_mod_init);
module_exit(wp512_mod_fini);