1
0
Fork 0

Input: gpio_keys - add missing include to gpio_keys.h

gpio_keys.h uses 'bool' - type which is defined in linux/types.h.
Include this header.

Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
hifive-unleashed-5.1
Matti Vaittinen 2018-07-18 16:40:46 +00:00 committed by Dmitry Torokhov
parent a150c1fe38
commit 2b6e68119c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#ifndef _GPIO_KEYS_H
#define _GPIO_KEYS_H
#include <linux/types.h>
struct device;
/**