aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mc13783-regulator.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/mc13783-regulator.c
parent22be053fffb0571095f4caadfd185bb44d91ecfa (diff)
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/mc13783-regulator.c')
-rw-r--r--drivers/regulator/mc13783-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/mc13783-regulator.c b/drivers/regulator/mc13783-regulator.c
index 730f43ad415b..8914a1e78b06 100644
--- a/drivers/regulator/mc13783-regulator.c
+++ b/drivers/regulator/mc13783-regulator.c
@@ -18,6 +18,7 @@
18#include <linux/slab.h> 18#include <linux/slab.h>
19#include <linux/init.h> 19#include <linux/init.h>
20#include <linux/err.h> 20#include <linux/err.h>
21#include <linux/module.h>
21#include "mc13xxx.h" 22#include "mc13xxx.h"
22 23
23#define MC13783_REG_SWITCHERS5 29 24#define MC13783_REG_SWITCHERS5 29