Re: [PATCH] input: gpio_keys: add missing include to gpio_keys.h

2018-07-18 Thread Dmitry Torokhov
On Wed, Jun 27, 2018 at 10:34:58AM +0300, Matti Vaittinen wrote: > gpio_keys.h uses 'bool' - type which is defined in linux/types.h. > Include this header. > > Signed-off-by: Matti Vaittinen Applied, thank you. > --- > include/linux/gpio_keys.h | 2 ++ > 1 file changed, 2 insertions(+) > >

Re: [PATCH] input: gpio_keys: add missing include to gpio_keys.h

2018-07-18 Thread Dmitry Torokhov
On Wed, Jun 27, 2018 at 10:34:58AM +0300, Matti Vaittinen wrote: > gpio_keys.h uses 'bool' - type which is defined in linux/types.h. > Include this header. > > Signed-off-by: Matti Vaittinen Applied, thank you. > --- > include/linux/gpio_keys.h | 2 ++ > 1 file changed, 2 insertions(+) > >

[PATCH] input: gpio_keys: add missing include to gpio_keys.h

2018-06-27 Thread Matti Vaittinen
gpio_keys.h uses 'bool' - type which is defined in linux/types.h. Include this header. Signed-off-by: Matti Vaittinen --- include/linux/gpio_keys.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/gpio_keys.h b/include/linux/gpio_keys.h index 7160df54a6fe..3f84aeb81e48 100644

[PATCH] input: gpio_keys: add missing include to gpio_keys.h

2018-06-27 Thread Matti Vaittinen
gpio_keys.h uses 'bool' - type which is defined in linux/types.h. Include this header. Signed-off-by: Matti Vaittinen --- include/linux/gpio_keys.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/gpio_keys.h b/include/linux/gpio_keys.h index 7160df54a6fe..3f84aeb81e48 100644