]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21ce734ad030e9202e2f4228c490060373354f52
treea0c0c077858c22cda1689bb450803daf7dfbfa34
parent5c541148a277f07c9e5523f2acb0476da66b0092
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