summaryrefslogtreecommitdiff
path: root/crypto/crypto_null.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/crypto_null.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/crypto_null.c')
-rw-r--r--crypto/crypto_null.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c
index 1dc54bb9..a2031913 100644
--- a/crypto/crypto_null.c
+++ b/crypto/crypto_null.c
@@ -145,9 +145,9 @@ static struct crypto_alg null_algs[3] = { {
.coa_decompress = null_compress } }
} };
-MODULE_ALIAS("compress_null");
-MODULE_ALIAS("digest_null");
-MODULE_ALIAS("cipher_null");
+MODULE_ALIAS_CRYPTO("compress_null");
+MODULE_ALIAS_CRYPTO("digest_null");
+MODULE_ALIAS_CRYPTO("cipher_null");
static int __init crypto_null_mod_init(void)
{