diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-02-27 00:07:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-03 14:17:52 -0300 |
commit | f95cdf261b3164c3e7f62551313be422483806c5 (patch) | |
tree | 688632feb903cab183650d94d7ec6e3c02faf923 /drivers | |
parent | 092734b4bb227faddf241b116af14357645d963c (diff) | |
download | op-kernel-dev-f95cdf261b3164c3e7f62551313be422483806c5.zip op-kernel-dev-f95cdf261b3164c3e7f62551313be422483806c5.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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/bt8xx/dst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/bt8xx/dst.c b/drivers/media/dvb/bt8xx/dst.c index 3a2ff1c..0310e3d 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, |