* [2.6 patch] drivers/media/video/saa7134/saa7134-dvb.c: make a struct static
@ 2005-04-19 0:49 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-04-19 0:49 UTC (permalink / raw)
To: kraxel; +Cc: video4linux-list, linux-kernel
This patch makes a needlessly global struct static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.12-rc2-mm3-full/drivers/media/video/saa7134/saa7134-dvb.c.old 2005-04-19 01:39:58.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/drivers/media/video/saa7134/saa7134-dvb.c 2005-04-19 01:40:08.000000000 +0200
@@ -172,7 +172,7 @@
return request_firmware(fw, name, &dev->pci->dev);
}
-struct tda1004x_config medion_cardbus = {
+static struct tda1004x_config medion_cardbus = {
.demod_address = 0x08, /* not sure this is correct */
.invert = 0,
.invert_oclk = 0,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-19 0:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-19 0:49 [2.6 patch] drivers/media/video/saa7134/saa7134-dvb.c: make a struct static Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox