On Wed, Apr 03, 2019 at 08:46:08PM -0400, Sasha Levin wrote:
On Wed, Mar 27, 2019 at 07:32:11PM +0000, Mark Brown wrote:
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.
I suspect you will find this is a fix for a change that was only merged in v5.1.