]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/xcbc.c
include/linux/bio.h: use a static inline function for bio_integrity_clone()
[karo-tx-linux.git] / crypto / xcbc.c
index bb7b67fba3495ccafbb2bc3a714b1dae6bae47a8..a5fbdf3738cfd4fa8f0938f53ceabd8fb4d9e2ea 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,