[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180718164827.yq2j3e5gt3jkjuyl@penguin>
Date: Wed, 18 Jul 2018 16:48:27 +0000
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Matti Vaittinen <matti.vaittinen@...rohmeurope.com>
Cc: robh@...nel.org, gregkh@...uxfoundation.org, tglx@...utronix.de,
jeffy.chen@...k-chips.com, linux-kernel@...r.kernel.org,
linux-input@...r.kernel.org
Subject: Re: [PATCH] input: gpio_keys: add missing include to gpio_keys.h
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 <matti.vaittinen@...rohmeurope.com>
Applied, thank you.
> ---
> 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
> --- a/include/linux/gpio_keys.h
> +++ b/include/linux/gpio_keys.h
> @@ -2,6 +2,8 @@
> #ifndef _GPIO_KEYS_H
> #define _GPIO_KEYS_H
>
> +#include <linux/types.h>
> +
> struct device;
>
> /**
> --
> 2.14.3
>
--
Dmitry
Powered by blists - more mailing lists