diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-17 15:48:22 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:15 -0400 |
commit | 22be053fffb0571095f4caadfd185bb44d91ecfa (patch) | |
tree | a8808f07ac7a70d87d24dc98e1794bc717f9851b /drivers/regulator | |
parent | 54485c3005b661077597561fa54e1f0feecc2264 (diff) |
regulator: Add export.h for THIS_MODULE to dummy.c
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>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/dummy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/dummy.c b/drivers/regulator/dummy.c index f6ef6694ab98..b8f520513ce7 100644 --- 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> |