diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-07-13 07:44:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-20 15:07:50 -0400 |
commit | 679cfbb158912ea94c0f450f729124c49826f137 (patch) | |
tree | ec7ce400620bdf18260cb5481b23a4dac0ccbd55 /drivers/media/dvb-frontends/dib0090.c | |
parent | 7f0337086e4564ccdc4ed3ba15747f6e9fb4cf71 (diff) | |
download | talos-op-linux-679cfbb158912ea94c0f450f729124c49826f137.tar.gz talos-op-linux-679cfbb158912ea94c0f450f729124c49826f137.zip |
media: drxj: make several const arrays static
Don't populate const arrays on the stack but instead make them static.
Makes the object code smaller by over 1800 bytes:
Before:
text data bss dec hex filename
94100 9160 0 103260 1935c drxj.o
After:
text data bss dec hex filename
91044 10400 0 101444 18c44 drxj.o
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/dib0090.c')
0 files changed, 0 insertions, 0 deletions