Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Matti Vaittinen and committed by
Dmitry Torokhov
2b6e6811 a150c1fe

+2
+2
include/linux/gpio_keys.h
··· 2 2 #ifndef _GPIO_KEYS_H 3 3 #define _GPIO_KEYS_H 4 4 5 + #include <linux/types.h> 6 + 5 7 struct device; 6 8 7 9 /**