diff options
| author | Arnd Bergmann <[email protected]> | 2023-07-18 21:39:31 +0200 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2023-07-19 14:00:47 +0100 |
| commit | 541e75954cadde0355ce7bebed5675625b2943a8 (patch) | |
| tree | ca56b4d884f826392e561d0b7cd9fa54e9707749 /tools/perf/scripts/python | |
| parent | 2920e08bef609c8b59f9996fd6852a7b97119d75 (diff) | |
regulator: max77857: mark more functions static
A few functions in the new driver are global but only used in this file:
drivers/regulator/max77857-regulator.c:209:5: error: no previous prototype for 'max77859_get_voltage_sel' [-Werror=missing-prototypes]
drivers/regulator/max77857-regulator.c:221:5: error: no previous prototype for 'max77859_set_current_limit' [-Werror=missing-prototypes]
drivers/regulator/max77857-regulator.c:235:5: error: no previous prototype for 'max77859_get_current_limit' [-Werror=missing-prototypes]
Mark them static, which produces potentially better code and avoids the warning.
Fixes: af71cccadeced ("regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator Support")
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions