aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-02-27 00:07:55 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-02-27 00:07:55 -0300
commit47a9e50eb7719dc1bf01ac8b60f4d8758146d00e (patch)
treec632e7a53a450cfaca6382912b7b99e7b07434c7
parent36b36562c4159cca890f29a603e829030fea5788 (diff)
downloadlinux-47a9e50eb7719dc1bf01ac8b60f4d8758146d00e.tar.gz
V4L/DVB (3341): Upstream sync - make 2 structs static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/dvb/bt8xx/dst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/bt8xx/dst.c b/drivers/media/dvb/bt8xx/dst.c
index d800df1212c5a9..1cfa5e5035d830 100644
--- a/drivers/media/dvb/bt8xx/dst.c
+++ b/drivers/media/dvb/bt8xx/dst.c
@@ -602,7 +602,7 @@ static int dst_type_print(u8 type)
*/
-struct dst_types dst_tlist[] = {
+static struct dst_types dst_tlist[] = {
{
.device_id = "200103A",
.offset = 0,