aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/fixed.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-17 16:28:23 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:15 -0400
commit65602c32ee9b5500e3cb617ccec2154ee2191898 (patch)
tree4e9cebef34ffd6cc76d3cf67f8504eeeb2a2d4ea /drivers/regulator/fixed.c
parentregulator: Add export.h for THIS_MODULE to dummy.c (diff)
downloadlinux-dev-65602c32ee9b5500e3cb617ccec2154ee2191898.tar.xz
linux-dev-65602c32ee9b5500e3cb617ccec2154ee2191898.zip
regulator: Add module.h to drivers/regulator users as required
Another group of drivers that are taking advantage of the implicit presence of module.h -- and will break when we pull the carpet out from under them during a cleanup. Fix 'em now. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/regulator/fixed.c')
-rw-r--r--drivers/regulator/fixed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c
index 2fe9d99c9f23..21ecf212a522 100644
--- a/drivers/regulator/fixed.c
+++ b/drivers/regulator/fixed.c
@@ -20,6 +20,7 @@
#include <linux/err.h>
#include <linux/mutex.h>
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/fixed.h>