From: Paul Gortmaker Date: Sun, 3 Jul 2011 17:37:11 +0000 (-0400) Subject: drivers/dca: Add module.h to dca-core.c X-Git-Tag: firefly_0821_release~3680^2~4166^2~90 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d229807f669ba3dea9f64467ee965051c4366aed;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/drivers/dca/dca-core.c b/drivers/dca/dca-core.c index 25ec0bb05198..bc6f5faa1e9e 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"