Nathan Chancellor
bc3f4b5c60
platform/chrome: chromeos_tbmc - Remove unneeded const
Clang warns:
drivers/platform/chrome/chromeos_tbmc.c:102:14: warning: duplicate
'const' declaration specifier [-Wduplicate-decl-specifier]
static const SIMPLE_DEV_PM_OPS(chromeos_tbmc_pm_ops, NULL,
^
./include/linux/pm.h:365:56: note: expanded from macro
'SIMPLE_DEV_PM_OPS'
^
1 warning generated.
SIMPLE_DEV_PM_OPS is already declared as const, this one is unnecessary
so remove it.
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Benson Leung <bleung@chromium.org>
2018-10-09 22:40:12 -07:00
..
2018-10-09 22:40:12 -07:00
2018-08-02 10:24:51 +02:00
2018-08-01 17:41:31 -07:00
2018-07-23 17:53:34 -07:00
2016-08-28 22:31:52 -07:00
2018-09-10 13:45:43 -07:00
2018-01-31 10:36:48 -08:00
2018-01-31 10:36:48 -08:00