From c4849a74508b8d510e5fac1aabb4fc60d204b814 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/proc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/proc.c') diff --git a/crypto/proc.c b/crypto/proc.c index 38086978..4a0a7aad 100644 --- a/crypto/proc.c +++ b/crypto/proc.c @@ -16,6 +16,7 @@ #include #include #include +#include /* for module_name() */ #include #include #include -- cgit v1.2.3