summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/bd718x7-regulator.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-12-11 02:17:23 +0100
committerMark Brown <broonie@kernel.org>2018-12-11 02:17:23 +0100
commitd407c81adae57041ba82577e604e351f36b8afce (patch)
treedcacd9522369cde44919da0bafd843c3cc9e7bc2 /drivers/regulator/bd718x7-regulator.c
parentLinux 4.20-rc6 (diff)
parentregulator: core: enable power when setting up constraints (diff)
downloadlinux-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.c1
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>