aboutsummaryrefslogtreecommitdiff
path: root/drivers/dca
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 13:37:11 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:43 -0400
commitd229807f669ba3dea9f64467ee965051c4366aed (patch)
tree49522538cc06ddf8ad84cecf2fa5d5c62409ec84 /drivers/dca
parent7deeab5dc414240a341e80f41b5f00620aa9ef98 (diff)
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 <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/dca')
-rw-r--r--drivers/dca/dca-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dca/dca-core.c b/drivers/dca/dca-core.c
index 25ec0bb0519..bc6f5faa1e9 100644
--- a/drivers/dca/dca-core.c
+++ b/drivers/dca/dca-core.c
@@ -28,6 +28,7 @@
#include <linux/device.h>
#include <linux/dca.h>
#include <linux/slab.h>
+#include <linux/module.h>
#define DCA_VERSION "1.12.1"