mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
ec: fix duplicate 'const' declarartion.
BRANCH=None
BUG=chromium:292965
TEST=CC="i686-pc-linux-gnu-clang" CXX="i686-pc-linux-gnu-clang++"
emerge-x86-generic chromeos-ec passes.
Signed-off-by: yunlian@chromium.org
Change-Id: I936f5e9b3e6ab5a5c1c2f6b6c41d054d748545e3
Reviewed-on: https://chromium-review.googlesource.com/169633
Reviewed-by: Luis Lozano <llozano@chromium.org>
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Commit-Queue: Yunlian Jiang <yunlian@chromium.org>
Tested-by: Yunlian Jiang <yunlian@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
a2c962b7f6
commit
fe0b6c1acd
@@ -1270,7 +1270,7 @@ int cmd_fanduty(int argc, char *argv[])
|
||||
|
||||
#define LBMSG(state) #state
|
||||
#include "lightbar_msg_list.h"
|
||||
static const char const *lightbar_cmds[] = {
|
||||
static const char * const lightbar_cmds[] = {
|
||||
LIGHTBAR_MSG_LIST
|
||||
};
|
||||
#undef LBMSG
|
||||
|
||||
Reference in New Issue
Block a user