power: supply: bq2515x: Constify static variables
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Mon, 24 Aug 2020 23:22:28 +0000 (01:22 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 25 Aug 2020 15:55:29 +0000 (17:55 +0200)
commit93d660de3f3103d7a337bdb6fc912f1d88cb23b4
treea0c0c077858c22cda1689bb450803daf7dfbfa34
parent8fada2d4c213e7625124a24784c460cefc17c700
power: supply: bq2515x: Constify static variables

Constify a number of static variables that are not modified to allow the
compiler to put them in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/bq2515x_charger.c