Commit 6fe00b0e authored by Adrian Bunk's avatar Adrian Bunk Committed by Mauro Carvalho Chehab

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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 01a9cd99
...@@ -373,7 +373,7 @@ static struct mt352_config cxusb_dee1601_config = { ...@@ -373,7 +373,7 @@ static struct mt352_config cxusb_dee1601_config = {
.pll_set = dvb_usb_pll_set, .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 */ /* used in both lgz201 and th7579 */
.demod_address = 0x0f, .demod_address = 0x0f,
.demod_init = cxusb_mt352_demod_init, .demod_init = cxusb_mt352_demod_init,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment