Re: [PATCH] Input: st1232 - include gpio/consumer.h header for gpiod_set_value_cansleep()

2019-02-16 Thread Dmitry Torokhov
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': > >>

[PATCH] Input: st1232 - include gpio/consumer.h header for gpiod_set_value_cansleep()

2019-02-13 Thread Martin Kepplinger
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': >> drivers/input/touchscreen/st1232.c:146:3: error: implicit declaration of function 'gpiod_set_value_cansleep'; did