V4L/DVB (3820): Drivers/media/dvb/dvb-usb/: possible cleanups

- make the following needlessly global struct static:
  dvb-usb/cxusb.c: cxusb_mt352_config

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Adrian Bunk 2006-04-19 20:49:28 -03:00 committed by Mauro Carvalho Chehab
parent 01a9cd99cf
commit 6fe00b0ed1

View File

@ -373,7 +373,7 @@ static struct mt352_config cxusb_dee1601_config = {
.pll_set = dvb_usb_pll_set,
};
struct mt352_config cxusb_mt352_config = {
static struct mt352_config cxusb_mt352_config = {
/* used in both lgz201 and th7579 */
.demod_address = 0x0f,
.demod_init = cxusb_mt352_demod_init,