Commit a6a48fac authored by Michał Mirosław's avatar Michał Mirosław Committed by Sebastian Reichel

power: bq25890: make property table const

Property list should not change, so mark it const.
Signed-off-by: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 5956fca7
...@@ -668,7 +668,7 @@ static int bq25890_hw_init(struct bq25890_device *bq) ...@@ -668,7 +668,7 @@ static int bq25890_hw_init(struct bq25890_device *bq)
return 0; return 0;
} }
static enum power_supply_property bq25890_power_supply_props[] = { static const enum power_supply_property bq25890_power_supply_props[] = {
POWER_SUPPLY_PROP_MANUFACTURER, POWER_SUPPLY_PROP_MANUFACTURER,
POWER_SUPPLY_PROP_MODEL_NAME, POWER_SUPPLY_PROP_MODEL_NAME,
POWER_SUPPLY_PROP_STATUS, POWER_SUPPLY_PROP_STATUS,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment