]> Pileus Git - ~andy/linux/blobdiff - lib/md5.c
SELinux: remove avd from slow_avc_audit()
[~andy/linux] / lib / md5.c
index c777180e1f2f3f86c07d779c856bb189ee76bf44..958a3c15923c8a96d4aaf04159fff90710d5d5c2 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -1,5 +1,5 @@
 #include <linux/kernel.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/cryptohash.h>
 
 #define F1(x, y, z)    (z ^ (x & (y ^ z)))