diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-09-03 14:54:08 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-04 13:40:45 +0100 |
commit | 2db5f9e9fa0ebc3c023f7ac906946a3eef8f5498 (patch) | |
tree | bcecea45cd7f3c0fb5d65282288bde027ca2a993 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | b1dc00abcf18d27b36de500c150be88022c82270 (diff) |
ASoC: fsl_spdif: make const arrays rate static
Don't populate the const arrays rate on the stack, instead make them
static. Makes the object code smaller by 220 bytes:
Before:
text data bss dec hex filename
24385 9776 128 34289 85f1 sound/soc/fsl/fsl_spdif.o
After:
text data bss dec hex filename
24005 9936 128 34069 8515 sound/soc/fsl/fsl_spdif.o
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions