diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2006-06-21 09:41:37 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:05:19 -0400 |
commit | 63ad4e445d683fc1bee748171a7fcb589546bf04 (patch) | |
tree | 46868ceff6747454a10db50e12d82e40b74e058b /drivers/media/dvb/bt8xx/dst_common.h | |
parent | 77e0be12100a3d40abfa46ef54c323b6cfff41ed (diff) |
V4L/DVB (4177): DCTNEW and ATSC fixes
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/bt8xx/dst_common.h')
-rw-r--r-- | drivers/media/dvb/bt8xx/dst_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/bt8xx/dst_common.h b/drivers/media/dvb/bt8xx/dst_common.h index abdaec848e17..cb5a6ebffe02 100644 --- a/drivers/media/dvb/bt8xx/dst_common.h +++ b/drivers/media/dvb/bt8xx/dst_common.h | |||
@@ -138,6 +138,7 @@ struct dst_state { | |||
138 | u32 tuner_type; | 138 | u32 tuner_type; |
139 | char *tuner_name; | 139 | char *tuner_name; |
140 | struct mutex dst_mutex; | 140 | struct mutex dst_mutex; |
141 | u8 fw_name[8]; | ||
141 | }; | 142 | }; |
142 | 143 | ||
143 | struct tuner_types { | 144 | struct tuner_types { |