[media] lmedm04: make some string arrays static
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Wed, 30 Nov 2016 21:39:11 +0000 (19:39 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 3 Feb 2017 09:39:37 +0000 (07:39 -0200)
commitbfe17178a8240c008484c43cf9e018d43ff9a990
tree29b24e392dfb2d76313f199a5f28dac42b32f93a
parent75759e31e6e7f38625510a89fe580374a75db9f4
[media] lmedm04: make some string arrays static

It takes more .text to initialize these on the stack than they occupy
in .rodata, so just make them static const.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/dvb-usb-v2/lmedm04.c