diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-23 09:44:43 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-23 09:44:43 -0700 |
| commit | b23d994e0c8c2443df435b0b337ff4b9ad7e059b (patch) | |
| tree | 2977c6e7949a4476f50fbf453734792f9739f040 /include/linux | |
| parent | a3eacc729616b82868a18db1ee7f487788b7edb9 (diff) | |
| parent | 141fe25708a418e4d123c8c086a4c3fe88d9d95b (diff) | |
Merge "input: keyboard: add syscore_ops support to gpio_key driver"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/gpio_keys.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/gpio_keys.h b/include/linux/gpio_keys.h index 9364ba71873e..6eb18a6d4e72 100644 --- a/include/linux/gpio_keys.h +++ b/include/linux/gpio_keys.h @@ -54,7 +54,8 @@ struct gpio_keys_platform_data { unsigned int rep:1; int (*enable)(struct device *dev); void (*disable)(struct device *dev); - const char *name; + const char *name; /* input device name */ + bool use_syscore; }; #endif |
