diff options
author | Baoyou Xie <[email protected]> | 2016-08-29 20:21:13 +0800 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2016-09-02 19:06:05 +0300 |
commit | c39265f72ae6dbcb0367be808837e2f182095d15 (patch) | |
tree | 34e77cbaaa15271c3ab03c12aa594f67960c9e75 /tools/perf/scripts/python/sched-migration.py | |
parent | 7f03d3069381266278c058c4ce8349a0d172da7b (diff) |
ath9k: mark ath_fill_led_pin() static
We get 1 warning about global functions without a declaration
in the ath9k gpio driver when building with W=1:
drivers/net/wireless/ath/ath9k/gpio.c:25:6: warning: no previous prototype for 'ath_fill_led_pin' [-Wmissing-prototypes]
In fact, this function is only used in the file in which it is declared
and don't need a declaration, but can be made static.
so this patch marks it 'static'.
Signed-off-by: Baoyou Xie <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions