media: dvb-frontends/cxd2841er: make several arrays static
authorColin Ian King <colin.king@canonical.com>
Mon, 10 Jul 2017 13:54:27 +0000 (09:54 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 20 Jul 2017 19:03:07 +0000 (15:03 -0400)
commit3802c1bc2c127e9396d95a274a6bd6fcb5c9a397
tree7c05c58b2d1817bef0d63805e74b4846b24fe567
parentd0a0548adeee87ac2d7890d15dfd3800db2099e6
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>
drivers/media/dvb-frontends/cxd2841er.c