summaryrefslogtreecommitdiff
path: root/crypto/xcbc.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 14:41:48 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:11 -0400
commitc4849a74508b8d510e5fac1aabb4fc60d204b814 (patch)
tree4bd1f5935bd20be782f0c2922f958d236244a899 /crypto/xcbc.c
parent83cd26493e5c36ac453c9b24ceabb5ed6b507e39 (diff)
downloadlinux-crypto-c4849a74508b8d510e5fac1aabb4fc60d204b814.tar.gz
linux-crypto-c4849a74508b8d510e5fac1aabb4fc60d204b814.zip
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/xcbc.c')
-rw-r--r--crypto/xcbc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/xcbc.c b/crypto/xcbc.c
index bb7b67fb..a5fbdf37 100644
--- a/crypto/xcbc.c
+++ b/crypto/xcbc.c
@@ -22,6 +22,7 @@
#include <crypto/internal/hash.h>
#include <linux/err.h>
#include <linux/kernel.h>
+#include <linux/module.h>
static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101,
0x02020202, 0x02020202, 0x02020202, 0x02020202,