summaryrefslogtreecommitdiffstats
path: root/crypto/async_tx/async_memcpy.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-05-27 20:41:48 +0200
committerPaul Gortmaker2011-11-01 00:31:11 +0100
commit4bb33cc8901898af80d5d4a9917067aa0839922a (patch)
tree5363d423f6ba0590c36b65337aed09fde605d90b /crypto/async_tx/async_memcpy.c
parentdrivers/net: fix mislocated headers in cxgb4/l2t.c (diff)
downloadkernel-qcow2-linux-4bb33cc8901898af80d5d4a9917067aa0839922a.tar.gz
kernel-qcow2-linux-4bb33cc8901898af80d5d4a9917067aa0839922a.tar.xz
kernel-qcow2-linux-4bb33cc8901898af80d5d4a9917067aa0839922a.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/async_tx/async_memcpy.c')
-rw-r--r--crypto/async_tx/async_memcpy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/async_tx/async_memcpy.c b/crypto/async_tx/async_memcpy.c
index 518c22bd9562..0d5a90ca6501 100644
--- a/crypto/async_tx/async_memcpy.c
+++ b/crypto/async_tx/async_memcpy.c
@@ -25,6 +25,7 @@
*/
#include <linux/kernel.h>
#include <linux/highmem.h>
+#include <linux/module.h>
#include <linux/mm.h>
#include <linux/dma-mapping.h>
#include <linux/async_tx.h>