diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-07-10 15:54:27 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-20 21:03:07 +0200 |
commit | 3802c1bc2c127e9396d95a274a6bd6fcb5c9a397 (patch) | |
tree | 7c05c58b2d1817bef0d63805e74b4846b24fe567 /drivers/media/dvb-frontends/si2168.h | |
parent | media: media/dvb: earth-pt3: fix hang-up in a rare case (diff) | |
download | linux-3802c1bc2c127e9396d95a274a6bd6fcb5c9a397.tar.xz linux-3802c1bc2c127e9396d95a274a6bd6fcb5c9a397.zip |
media: dvb-frontends/cxd2841er: make several arrays static
Don't populate arrays on the stack but make them static. Makes
the object code smaller:
Before:
text data bss dec hex filename
89299 21704 64 111067 1b1db cxd2841er.o
After:
text data bss dec hex filename
85823 23432 64 109319 1ab07 cxd2841er.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/si2168.h')
0 files changed, 0 insertions, 0 deletions