]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Add module.h to drivers/crypto/mv_cesa.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 23:32:52 +0000 (19:32 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 1 Aug 2011 01:04:35 +0000 (21:04 -0400)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/crypto/mv_cesa.c

index 3cf303ee3fe3449efd185a8567252a36759d5bca..5c6f56f21443ae7e01a1b9fc90b3202674fbaa37 100644 (file)
@@ -15,6 +15,7 @@
 #include <linux/platform_device.h>
 #include <linux/scatterlist.h>
 #include <linux/slab.h>
+#include <linux/module.h>
 #include <crypto/internal/hash.h>
 #include <crypto/sha.h>