projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54485c3
)
regulator: Add export.h for THIS_MODULE to dummy.c
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 19:48:22 +0000
(15:48 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:15 +0000
(19:32 -0400)
So that THIS_MODULE is still in scope once we clean up the presence
of module.h being everywhere.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/regulator/dummy.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/dummy.c
b/drivers/regulator/dummy.c
index f6ef6694ab9896687074c9224e4e60fea919acbc..b8f520513ce74b47beac3ed234fda7ad17cbb50c 100644
(file)
--- a/
drivers/regulator/dummy.c
+++ b/
drivers/regulator/dummy.c
@@
-16,6
+16,7
@@
*/
#include <linux/err.h>
+#include <linux/export.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>