diff options
author | 2017-11-02 13:16:59 -0400 | |
---|---|---|
committer | 2017-11-07 04:02:53 -0500 | |
commit | 4b8a14c8f89def80e50a3feb5b8b797cd54e1f2a (patch) | |
tree | a6066ab28790d12628dd09455981126bea17685d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | media: drxd: make const array fastIncrDecLUT static (diff) | |
download | linux-dev-4b8a14c8f89def80e50a3feb5b8b797cd54e1f2a.tar.xz linux-dev-4b8a14c8f89def80e50a3feb5b8b797cd54e1f2a.zip |
media: cx88: make const arrays default_addr_list and pvr2000_addr_list static
Don't populate arrays default_addr_list and pvr2000_addr_list on the
stack but instead make them static. Makes the object code smaller by
over 340 bytes:
Before:
text data bss dec hex filename
12520 2800 64 15384 3c18 drivers/media/pci/cx88/cx88-input.o
After:
text data bss dec hex filename
12142 2832 64 15038 3abe drivers/media/pci/cx88/cx88-input.o
(gcc version 7.2.0 x86_64)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions