diff options
author | Mark Brown <broonie@kernel.org> | 2018-12-11 02:17:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-11 02:17:23 +0100 |
commit | d407c81adae57041ba82577e604e351f36b8afce (patch) | |
tree | dcacd9522369cde44919da0bafd843c3cc9e7bc2 /drivers/regulator/bd718x7-regulator.c | |
parent | Linux 4.20-rc6 (diff) | |
parent | regulator: core: enable power when setting up constraints (diff) | |
download | linux-d407c81adae57041ba82577e604e351f36b8afce.tar.xz linux-d407c81adae57041ba82577e604e351f36b8afce.zip |
Merge branch 'regulator-4.20' into regulator-linus
Diffstat (limited to 'drivers/regulator/bd718x7-regulator.c')
-rw-r--r-- | drivers/regulator/bd718x7-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/bd718x7-regulator.c b/drivers/regulator/bd718x7-regulator.c index 3a47e0372e77..7ba14dae5848 100644 --- a/drivers/regulator/bd718x7-regulator.c +++ b/drivers/regulator/bd718x7-regulator.c @@ -9,6 +9,7 @@ #include <linux/kernel.h> #include <linux/mfd/rohm-bd718x7.h> #include <linux/module.h> +#include <linux/of.h> #include <linux/platform_device.h> #include <linux/regulator/driver.h> #include <linux/regulator/machine.h> |