diff options
author | 2021-09-15 13:56:00 +0200 | |
---|---|---|
committer | 2021-10-08 13:43:54 +0200 | |
commit | 57b660b22f1b3ae203eba620d0b87a9371c651cb (patch) | |
tree | 49bcd77ad33eaabdf1864a1905df283bc0173a08 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | media: ov5670: Add implementation for events (diff) | |
download | wireguard-linux-57b660b22f1b3ae203eba620d0b87a9371c651cb.tar.xz wireguard-linux-57b660b22f1b3ae203eba620d0b87a9371c651cb.zip |
media: mb86a20s: make arrays static const
Don't populate the read-only arrays on the stack but instead them
static const. Also makes the object code smaller by 154 bytes:
Before:
text data bss dec hex filename
42949 22424 0 65373 ff5d media/dvb-frontends/mb86a20s.o
After:
text data bss dec hex filename
42731 22488 0 65219 fec3 media/dvb-frontends/mb86a20s.o
(gcc version 11.2.0)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions