Arnd Bergmann
3af9256150
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: 6af6dc2d2a ("input: Add ChromeOS EC keyboard driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2017-05-11 17:41:01 -07:00
..
2017-01-21 23:51:49 -08:00
2017-01-22 17:22:25 -08:00
2017-01-31 11:31:48 -08:00
2017-01-22 17:22:25 -08:00
2017-01-21 23:51:49 -08:00
2017-05-11 17:41:01 -07:00
2017-01-21 23:51:54 -08:00
2017-02-23 08:46:04 -08:00
2017-02-23 08:46:04 -08:00
2017-01-21 23:51:49 -08:00
2016-09-10 10:47:47 -07:00
2017-01-18 14:50:23 -08:00
2017-04-10 20:41:40 -07:00
2017-01-31 11:31:48 -08:00
2017-01-18 14:50:23 -08:00
2017-01-22 17:22:25 -08:00
2017-03-29 00:25:01 -07:00
2017-01-21 23:51:49 -08:00
2017-01-21 23:51:54 -08:00
2017-01-21 23:51:49 -08:00
2017-04-10 20:51:49 -07:00
2017-01-22 17:22:25 -08:00
2017-01-31 11:31:48 -08:00
2017-01-31 11:31:48 -08:00
2017-03-23 14:46:33 -07:00
2017-01-21 23:53:19 -08:00
2016-09-26 20:01:59 -07:00
2017-01-21 23:53:19 -08:00
2017-01-31 11:31:48 -08:00
2017-01-31 11:31:48 -08:00
2017-01-21 23:51:49 -08:00
2017-02-23 09:21:30 -08:00
2016-08-22 14:14:45 -07:00
2017-01-22 17:22:25 -08:00
2017-01-31 11:31:48 -08:00