From 65602c32ee9b5500e3cb617ccec2154ee2191898 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 17 Jul 2011 16:28:23 -0400 Subject: 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 --- drivers/regulator/mc13783-regulator.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/regulator/mc13783-regulator.c') 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 @@ #include #include #include +#include #include "mc13xxx.h" #define MC13783_REG_SWITCHERS5 29 -- cgit v1.2.3