On Wed, Mar 27, 2019 at 07:32:11PM +0000, Mark Brown wrote:
On Wed, Mar 27, 2019 at 02:01:04PM -0400, Sasha Levin wrote:
From: Axel Lin <axel.lin@xxxxxxxxxx>
[ Upstream commit f3c6a1a194317f3a31ee2b2067bb0a41de64bc8b ]
Fix below build error:
drivers/regulator/mcp16502.c: In function ‘mcp16502_gpio_set_mode’:
drivers/regulator/mcp16502.c:135:3: error: implicit declaration of function ‘gpiod_set_value’; did you mean ‘gpio_set_value’? [-Werror=implicit-function-declaration]
gpiod_set_value(mcp->lpm, 0);
Does this error actually manifest in v5.0?
I couldn't reproduce the error on f3c6a1a194317f^ so I assumed it
requires a specialized config.
--
Thanks,
Sasha