提交 604d4994 编写于 作者: U Uwe Kleine-König 提交者: Mark Brown

regulator: rk808: add #include for gpiod functions

This fixes a build problem on mips found by the kbuild test robot:

drivers/regulator/rk808-regulator.c: In function 'rk808_buck1_2_get_voltage_sel_regmap':
drivers/regulator/rk808-regulator.c:97:2: error: implicit declaration of function 'gpiod_get_value' [-Werror=implicit-function-declaration]
  if (IS_ERR(gpio) || gpiod_get_value(gpio) == 0)
  ^

Fixes: bad47ad2 ("regulator: rk808: fixed the overshoot when adjust voltage")
Signed-off-by: NUwe Kleine-König <uwe@kleine-koenig.org>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 bad47ad2
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <linux/mfd/rk808.h> #include <linux/mfd/rk808.h>
#include <linux/regulator/driver.h> #include <linux/regulator/driver.h>
#include <linux/regulator/of_regulator.h> #include <linux/regulator/of_regulator.h>
#include <linux/gpio/consumer.h>
/* Field Definitions */ /* Field Definitions */
#define RK808_BUCK_VSEL_MASK 0x3f #define RK808_BUCK_VSEL_MASK 0x3f
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册