diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-11 08:59:13 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-11 08:59:13 -0400 |
commit | ecc37edf7b670616a9dc78a0bdd4911a22d551ec (patch) | |
tree | ede12f1b10289fd55e8bb6f9b23ce3e1e5ded5a3 /drivers/regulator | |
parent | 3f0292ae8bb100cc8f96106a3de277df48134887 (diff) |
regulator: Add module.h include to gpio-regulator
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/gpio-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/gpio-regulator.c b/drivers/regulator/gpio-regulator.c index abf32ad6f573..f0acf52498bd 100644 --- a/drivers/regulator/gpio-regulator.c +++ b/drivers/regulator/gpio-regulator.c | |||
@@ -24,6 +24,7 @@ | |||
24 | 24 | ||
25 | #include <linux/err.h> | 25 | #include <linux/err.h> |
26 | #include <linux/mutex.h> | 26 | #include <linux/mutex.h> |
27 | #include <linux/module.h> | ||
27 | #include <linux/platform_device.h> | 28 | #include <linux/platform_device.h> |
28 | #include <linux/regulator/driver.h> | 29 | #include <linux/regulator/driver.h> |
29 | #include <linux/regulator/machine.h> | 30 | #include <linux/regulator/machine.h> |