diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2022-04-08 18:29:10 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2022-04-22 19:49:42 +0300 |
commit | d7b4408374b69dbc246c59c29e3077920b9f03eb (patch) | |
tree | 15a4571b59020dca9ad353861f4568655f997cda /scripts/gdb/linux/proc.py | |
parent | eaaad16a9b3f16b411c33404e17d4dc61cf69b16 (diff) | |
download | linux-d7b4408374b69dbc246c59c29e3077920b9f03eb.tar.xz |
pwm: atmel-tcb: Make atmel_tcb_divisors static
The array atmel_tcb_divisors is not supposed to be used outside of the
driver, so make it static.
This fixes a sparse warning:
drivers/pwm/pwm-atmel-tcb.c:64:10: warning: symbol 'atmel_tcb_divisors' was not declared. Should it be static?
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions