commit | a376cd91606365609d8fbd57247618bd51da1fc6 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Sat Aug 05 13:50:42 2017 +0530 |
committer | Benson Leung <bleung@chromium.org> | Fri Dec 15 20:56:31 2017 -0800 |
tree | 7c971bf85097a6eded3af80e02cbab6a8160ad87 | |
parent | 4398ef0ee62f3eb6d4b2f2acc69e098b3f4c3f81 [diff] |
platform/chrome: chromeos_laptop: make chromeos_laptop const Declare chromeos_laptop structures as const as they are only used during a copy operation. As their value is never modified during runtime, they can be made const. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Benson Leung <bleung@chromium.org>