summaryrefslogtreecommitdiff
path: root/drivers/dca/dca-core.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 17:37:11 (GMT)
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 23:31:43 (GMT)
commitd229807f669ba3dea9f64467ee965051c4366aed (patch)
tree49522538cc06ddf8ad84cecf2fa5d5c62409ec84 /drivers/dca/dca-core.c
parent7deeab5dc414240a341e80f41b5f00620aa9ef98 (diff)
downloadlinux-d229807f669ba3dea9f64467ee965051c4366aed.tar.xz
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/dca-core.c')
-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 25ec0bb..bc6f5fa 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"