summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-17 21:48:22 +0200
committerPaul Gortmaker2011-11-01 00:32:15 +0100
commit22be053fffb0571095f4caadfd185bb44d91ecfa (patch)
treea8808f07ac7a70d87d24dc98e1794bc717f9851b /drivers/regulator
parentintel-iommu: now needs export.h for EXPORT_SYMBOL_GPL (diff)
downloadkernel-qcow2-linux-22be053fffb0571095f4caadfd185bb44d91ecfa.tar.gz
kernel-qcow2-linux-22be053fffb0571095f4caadfd185bb44d91ecfa.tar.xz
kernel-qcow2-linux-22be053fffb0571095f4caadfd185bb44d91ecfa.zip
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.c1
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>