projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d229807
)
drivers/dca: Add export.h for THIS_MODULE to dca-sysfs.c
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Sun, 10 Jul 2011 16:15:51 +0000
(12:15 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:43 +0000
(19:31 -0400)
Ensure we have access to the THIS_MODLUE macro once we clean up
the implicit module.h usage.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/dca/dca-sysfs.c
patch
|
blob
|
history
diff --git
a/drivers/dca/dca-sysfs.c
b/drivers/dca/dca-sysfs.c
index
5e8f335
..
591b659
100644
(file)
--- a/
drivers/dca/dca-sysfs.c
+++ b/
drivers/dca/dca-sysfs.c
@@
-27,6
+27,7
@@
#include <linux/err.h>
#include <linux/dca.h>
#include <linux/gfp.h>
+#include <linux/export.h>
static struct class *dca_class;
static struct idr dca_idr;