diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-05-11 19:14:06 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-05-12 02:41:01 +0200 |
commit | 3af9256150b3ecc597c5428711f87ce105d1d58e (patch) | |
tree | 6ecc50125f695a09f719b1ff2d60ec7587f150cb /firmware | |
parent | Input: add support for PlayStation 1/2 joypads connected via SPI (diff) | |
download | linux-3af9256150b3ecc597c5428711f87ce105d1d58e.tar.xz linux-3af9256150b3ecc597c5428711f87ce105d1d58e.zip |
Input: cros_ec_keyb - remove extraneous 'const'
gcc-7 warns about 'const SIMPLE_DEV_PM_OPS', as that macro already contains
a 'const' keyword:
drivers/input/keyboard/cros_ec_keyb.c:663:14: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier]
static const SIMPLE_DEV_PM_OPS(cros_ec_keyb_pm_ops, NULL, cros_ec_keyb_resume);
This removes the extra one.
Fixes: 6af6dc2d2aa6 ("input: Add ChromeOS EC keyboard driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions