diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-17 22:28:23 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:32:15 +0100 |
commit | 65602c32ee9b5500e3cb617ccec2154ee2191898 (patch) | |
tree | 4e9cebef34ffd6cc76d3cf67f8504eeeb2a2d4ea /drivers/regulator/lp3971.c | |
parent | regulator: Add export.h for THIS_MODULE to dummy.c (diff) | |
download | linux-65602c32ee9b5500e3cb617ccec2154ee2191898.tar.xz linux-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/lp3971.c')
-rw-r--r-- | drivers/regulator/lp3971.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/lp3971.c b/drivers/regulator/lp3971.c index 0f22ef12601c..72b16b5f3db6 100644 --- a/drivers/regulator/lp3971.c +++ b/drivers/regulator/lp3971.c @@ -16,6 +16,7 @@ #include <linux/err.h> #include <linux/i2c.h> #include <linux/kernel.h> +#include <linux/module.h> #include <linux/regulator/driver.h> #include <linux/regulator/lp3971.h> #include <linux/slab.h> |