lib: reduce the use of module.h wherever possible
[cascardo/linux.git] / lib / halfmd4.c
index e11db26..66d0ee8 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 */