mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
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>
This commit is contained in:
committed by
Dmitry Torokhov
parent
a150c1fe38
commit
2b6e68119c
@@ -2,6 +2,8 @@
|
|||||||
#ifndef _GPIO_KEYS_H
|
#ifndef _GPIO_KEYS_H
|
||||||
#define _GPIO_KEYS_H
|
#define _GPIO_KEYS_H
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct device;
|
struct device;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user