From 4bb33cc8901898af80d5d4a9917067aa0839922a Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Fri, 27 May 2011 14:41:48 -0400 Subject: 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 --- crypto/async_tx/async_memcpy.c | 1 + crypto/async_tx/async_pq.c | 1 + crypto/async_tx/async_raid6_recov.c | 1 + crypto/async_tx/async_tx.c | 1 + crypto/async_tx/async_xor.c | 1 + crypto/async_tx/raid6test.c | 1 + crypto/crypto_wq.c | 1 + crypto/md4.c | 1 + crypto/proc.c | 1 + crypto/vmac.c | 1 + crypto/xcbc.c | 1 + 11 files changed, 11 insertions(+) (limited to 'crypto') diff --git a/crypto/async_tx/async_memcpy.c b/crypto/async_tx/async_memcpy.c index 518c22b..0d5a90c 100644 --- a/crypto/async_tx/async_memcpy.c +++ b/crypto/async_tx/async_memcpy.c @@ -25,6 +25,7 @@ */ #include #include +#include #include #include #include diff --git a/crypto/async_tx/async_pq.c b/crypto/async_tx/async_pq.c index fdd8257..91d5d38 100644 --- a/crypto/async_tx/async_pq.c +++ b/crypto/async_tx/async_pq.c @@ -21,6 +21,7 @@ */ #include #include +#include #include #include #include diff --git a/crypto/async_tx/async_raid6_recov.c b/crypto/async_tx/async_raid6_recov.c index ce038d8..a9f08a6 100644 --- a/crypto/async_tx/async_raid6_recov.c +++ b/crypto/async_tx/async_raid6_recov.c @@ -22,6 +22,7 @@ */ #include #include +#include #include #include #include diff --git a/crypto/async_tx/async_tx.c b/crypto/async_tx/async_tx.c index 7f2c00a..8421209 100644 --- a/crypto/async_tx/async_tx.c +++ b/crypto/async_tx/async_tx.c @@ -24,6 +24,7 @@ * */ #include +#include #include #include diff --git a/crypto/async_tx/async_xor.c b/crypto/async_tx/async_xor.c index bc28337..154cc84 100644 --- a/crypto/async_tx/async_xor.c +++ b/crypto/async_tx/async_xor.c @@ -25,6 +25,7 @@ */ #include #include +#include #include #include #include diff --git a/crypto/async_tx/raid6test.c b/crypto/async_tx/raid6test.c index c88ff9e..aa2b027 100644 --- a/crypto/async_tx/raid6test.c +++ b/crypto/async_tx/raid6test.c @@ -23,6 +23,7 @@ #include #include #include +#include #undef pr #define pr(fmt, args...) pr_info("raid6test: " fmt, ##args) diff --git a/crypto/crypto_wq.c b/crypto/crypto_wq.c index b980ee1..adad92a 100644 --- a/crypto/crypto_wq.c +++ b/crypto/crypto_wq.c @@ -12,6 +12,7 @@ */ #include +#include #include #include 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 #include #include +#include #include #include #include diff --git a/crypto/proc.c b/crypto/proc.c index 3808697..4a0a7aa 100644 --- a/crypto/proc.c +++ b/crypto/proc.c @@ -16,6 +16,7 @@ #include #include #include +#include /* for module_name() */ #include #include #include diff --git a/crypto/vmac.c b/crypto/vmac.c index f35ff8a..4243905 100644 --- a/crypto/vmac.c +++ b/crypto/vmac.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include diff --git a/crypto/xcbc.c b/crypto/xcbc.c index bb7b67f..a5fbdf3 100644 --- a/crypto/xcbc.c +++ b/crypto/xcbc.c @@ -22,6 +22,7 @@ #include #include #include +#include static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101, 0x02020202, 0x02020202, 0x02020202, 0x02020202, -- cgit v1.1