Re: [PATCH] Input: st1232 - include gpio/consumer.h header for gpiod_set_value_cansleep()
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2019-02-17 05:35:09
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2019-02-17 05:35:09
Also in:
lkml
On Wed, Feb 13, 2019 at 12:19:58PM +0100, Martin Kepplinger wrote:
gpiod_set_value_cansleep() needs it's declaration in the corresponding header. This fixes build errors like drivers/input/touchscreen/st1232.c: In function 'st1232_ts_power':quoted
quoted
drivers/input/touchscreen/st1232.c:146:3: error: implicit declaration offunction 'gpiod_set_value_cansleep'; did you mean 'gpio_set_value_cansleep'? [-Werror=implicit-function-declaration] gpiod_set_value_cansleep(ts->reset_gpio, !poweron); ^~~~~~~~~~~~~~~~~~~~~~~~ gpio_set_value_cansleep Signed-off-by: Martin Kepplinger <martink@posteo.de>
Thanks Martin, I'll fold it into the original patch introducing gpiod so we keep bisectability. -- Dmitry