diff options
author | Alex Sarraf <asarraf@codeaurora.org> | 2015-06-19 16:55:37 -0700 |
---|---|---|
committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:23:51 -0700 |
commit | 9ba5d5b8152f320052dd6f9cae6ecb33ed7888e7 (patch) | |
tree | e4a581091cdca285c8b6766beb768c1ac71e1293 /include/linux/gpio_keys.h | |
parent | 90b06c27f2f8b4c1fa3a5f21ff3f02417796d66f (diff) |
input: gpio-keys: add definition for input device name
Add a macro definition for the input device name.
Change-Id: I084e073186765228c48b6dec9ea05d7085350617
Signed-off-by: Alex Sarraf <asarraf@codeaurora.org>
Diffstat (limited to 'include/linux/gpio_keys.h')
-rw-r--r-- | include/linux/gpio_keys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/gpio_keys.h b/include/linux/gpio_keys.h index ee2d8c6f9130..9364ba71873e 100644 --- a/include/linux/gpio_keys.h +++ b/include/linux/gpio_keys.h @@ -1,6 +1,8 @@ #ifndef _GPIO_KEYS_H #define _GPIO_KEYS_H +#define GPIO_KEYS_DEV_NAME "gpio-keys" + struct device; struct gpio_desc; |