提交 68956dbe 编写于 作者: S Sebastian Reichel 提交者: Sebastian Reichel

power: supply: sbs-battery: constify power-supply property array

Signed-off-by: NSebastian Reichel <sebastian.reichel@collabora.com>
上级 f9ca07a1
...@@ -151,7 +151,7 @@ static const struct chip_data { ...@@ -151,7 +151,7 @@ static const struct chip_data {
SBS_DATA(POWER_SUPPLY_PROP_TECHNOLOGY, 0x22, 0, 65535) SBS_DATA(POWER_SUPPLY_PROP_TECHNOLOGY, 0x22, 0, 65535)
}; };
static enum power_supply_property sbs_properties[] = { static const enum power_supply_property sbs_properties[] = {
POWER_SUPPLY_PROP_STATUS, POWER_SUPPLY_PROP_STATUS,
POWER_SUPPLY_PROP_CAPACITY_LEVEL, POWER_SUPPLY_PROP_CAPACITY_LEVEL,
POWER_SUPPLY_PROP_HEALTH, POWER_SUPPLY_PROP_HEALTH,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册