]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/halfmd4.c
lib: reduce the use of module.h wherever possible
[mirror_ubuntu-artful-kernel.git] / lib / halfmd4.c
index e11db26f8ae5801d74a08ccd61435345d40f3e52..66d0ee8b777652d83cc9464c36ac0215bf931a90 100644 (file)
@@ -1,5 +1,5 @@
 #include <linux/kernel.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/cryptohash.h>
 
 /* F, G and H are basic MD4 functions: selection, majority, parity */