diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 13:37:11 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:43 -0400 |
commit | d229807f669ba3dea9f64467ee965051c4366aed (patch) | |
tree | 49522538cc06ddf8ad84cecf2fa5d5c62409ec84 | |
parent | 7deeab5dc414240a341e80f41b5f00620aa9ef98 (diff) | |
download | linux-d229807f669ba3dea9f64467ee965051c4366aed.tar.bz2 |
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>
-rw-r--r-- | drivers/dca/dca-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/device.h> #include <linux/dca.h> #include <linux/slab.h> +#include <linux/module.h> #define DCA_VERSION "1.12.1" |