summaryrefslogtreecommitdiff
path: root/crypto/md4.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 18:41:48 (GMT)
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 23:31:11 (GMT)
commit4bb33cc8901898af80d5d4a9917067aa0839922a (patch)
tree5363d423f6ba0590c36b65337aed09fde605d90b /crypto/md4.c
parent310587c320e906c59ef4152c41d81b00adf1b259 (diff)
downloadlinux-fsl-qoriq-4bb33cc8901898af80d5d4a9917067aa0839922a.tar.xz
crypto: add module.h to those files that are explicitly using it
Part of the include cleanups means that the implicit inclusion of module.h via device.h is going away. So fix things up in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'crypto/md4.c')
-rw-r--r--crypto/md4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/md4.c b/crypto/md4.c
index 7fca1f59..0477a6a 100644
--- a/crypto/md4.c
+++ b/crypto/md4.c
@@ -23,6 +23,7 @@
#include <crypto/internal/hash.h>
#include <linux/init.h>
#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/string.h>
#include <linux/types.h>
#include <asm/byteorder.h>