aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-04-19 19:49:28 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 00:58:16 -0400
commit6fe00b0ed10833a3faf18319be10620ed565bd24 (patch)
tree35b15546d2b490faa10412989ab705d0ab721c7c /drivers
parent01a9cd99cfd5b91ca38df74db60629d76e83cb94 (diff)
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/dvb/dvb-usb/cxusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/cxusb.c b/drivers/media/dvb/dvb-usb/cxusb.c
index 5151fb4172df..4b232a7ec5e6 100644
--- a/drivers/media/dvb/dvb-usb/cxusb.c
+++ b/drivers/media/dvb/dvb-usb/cxusb.c
@@ -373,7 +373,7 @@ static struct mt352_config cxusb_dee1601_config = {
373 .pll_set = dvb_usb_pll_set, 373 .pll_set = dvb_usb_pll_set,
374}; 374};
375 375
376struct mt352_config cxusb_mt352_config = { 376static struct mt352_config cxusb_mt352_config = {
377 /* used in both lgz201 and th7579 */ 377 /* used in both lgz201 and th7579 */
378 .demod_address = 0x0f, 378 .demod_address = 0x0f,
379 .demod_init = cxusb_mt352_demod_init, 379 .demod_init = cxusb_mt352_demod_init,