linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power: supply: cpcap-charger: Make cpcap_charger_voltage_to_regval static
@ 2019-10-21 15:40 zhong jiang
  2019-10-21 17:04 ` Sebastian Reichel
  2019-10-28 16:16 ` zhong jiang
  0 siblings, 2 replies; 5+ messages in thread
From: zhong jiang @ 2019-10-21 15:40 UTC (permalink / raw)
  To: sre; +Cc: linux-pm, linux-kernel, zhongjiang

The GCC complains the following case when compiling kernel.

drivers/power/supply/cpcap-charger.c:563:5: warning: symbol 'cpcap_charger_voltage_to_regval' was not declared. Should it be static?

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
---
 drivers/power/supply/cpcap-charger.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/cpcap-charger.c b/drivers/power/supply/cpcap-charger.c
index 40d96b8..c0d452e 100644
--- a/drivers/power/supply/cpcap-charger.c
+++ b/drivers/power/supply/cpcap-charger.c
@@ -560,7 +560,7 @@ static void cpcap_charger_update_state(struct cpcap_charger_ddata *ddata,
 	dev_dbg(ddata->dev, "state: %s\n", status);
 }
 
-int cpcap_charger_voltage_to_regval(int voltage)
+static int cpcap_charger_voltage_to_regval(int voltage)
 {
 	int offset;
 
-- 
1.7.12.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-29  3:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21 15:40 [PATCH] power: supply: cpcap-charger: Make cpcap_charger_voltage_to_regval static zhong jiang
2019-10-21 17:04 ` Sebastian Reichel
2019-10-28 16:16 ` zhong jiang
2019-10-28 21:56   ` Sebastian Reichel
2019-10-29  3:09     ` zhong jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).