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_pq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/async_tx/async_pq.c') diff --git a/crypto/async_tx/async_pq.c b/crypto/async_tx/async_pq.c index fdd8257d35d9..91d5d385899e 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 -- cgit v1.2.3