diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 14:41:48 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:11 -0400 |
commit | 4bb33cc8901898af80d5d4a9917067aa0839922a (patch) | |
tree | 5363d423f6ba0590c36b65337aed09fde605d90b /crypto/async_tx/async_raid6_recov.c | |
parent | 310587c320e906c59ef4152c41d81b00adf1b259 (diff) | |
download | linux-4bb33cc8901898af80d5d4a9917067aa0839922a.tar.gz linux-4bb33cc8901898af80d5d4a9917067aa0839922a.tar.bz2 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_raid6_recov.c')
-rw-r--r-- | crypto/async_tx/async_raid6_recov.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/async_tx/async_raid6_recov.c b/crypto/async_tx/async_raid6_recov.c index ce038d861eb9..a9f08a6a582e 100644 --- a/crypto/async_tx/async_raid6_recov.c +++ b/crypto/async_tx/async_raid6_recov.c @@ -22,6 +22,7 @@ */ #include <linux/kernel.h> #include <linux/interrupt.h> +#include <linux/module.h> #include <linux/dma-mapping.h> #include <linux/raid/pq.h> #include <linux/async_tx.h> |