aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorBryan O'Donoghue <[email protected]>2020-09-21 16:21:21 +0300
committerKalle Valo <[email protected]>2020-09-22 10:40:00 +0300
commit7f885b0bdf6f7642a69c7efd20223015494dbbe4 (patch)
tree45e1b3f668edd47bcc587c5af270fe1bd42c55bc /tools/perf/scripts/python/bin
parentb421d04e4978f58c7a2ba91b6452c2785b7e1aef (diff)
wcn36xx: Mark internal smd functions static
This commit marks all smd.c functions that are only used inside of smd.c as static. Previous commits added some VHT specific setup functions non-static which is the right thing to do in terms of having granular git commits that compile warning free. What we really want is for local not global scope on those functions. This patch makes the conversion from global to local scope. Signed-off-by: Bryan O'Donoghue <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions