]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/xcbc.c
ata: ahci_platform: fix owner module reference mismatch for scsi host
[karo-tx-linux.git] / crypto / xcbc.c
index bb7b67fba3495ccafbb2bc3a714b1dae6bae47a8..df90b332554cf43fb595623af3e854534a9dc49b 100644 (file)
@@ -22,6 +22,7 @@
 #include <crypto/internal/hash.h>
 #include <linux/err.h>
 #include <linux/kernel.h>
+#include <linux/module.h>
 
 static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101,
                           0x02020202, 0x02020202, 0x02020202, 0x02020202,
@@ -285,3 +286,4 @@ module_exit(crypto_xcbc_module_exit);
 
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("XCBC keyed hash algorithm");
+MODULE_ALIAS_CRYPTO("xcbc");