From bb5553987f82269f22cc22377e61c3e992fe79ad Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 3 Jul 2011 13:37:11 -0400 Subject: [PATCH] drivers/dca: Add module.h to dca-core.c This file really needs the full module.h header file present, but was just getting it implicitly before. Call it out in advance so that we don't get future build failures on this. Signed-off-by: Paul Gortmaker --- drivers/dca/dca-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/dca/dca-core.c b/drivers/dca/dca-core.c index 4abd089a094f..93fbe1191a6a 100644 --- a/drivers/dca/dca-core.c +++ b/drivers/dca/dca-core.c @@ -28,6 +28,7 @@ #include #include #include +#include #define DCA_VERSION "1.12.1" -- 2.39.5