projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7deeab5
)
drivers/dca: Add module.h to dca-core.c
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 17:37:11 +0000
(13:37 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:43 +0000
(19:31 -0400)
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>
drivers/dca/dca-core.c
patch
|
blob
|
history
diff --git
a/drivers/dca/dca-core.c
b/drivers/dca/dca-core.c
index 25ec0bb05198f1587fb8687d057941c5f09c09d6..bc6f5faa1e9ee692242a58c88b76932da114f15b 100644
(file)
--- 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"