aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/bt8xx/dst_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/bt8xx/dst_common.h')
-rw-r--r--drivers/media/dvb/bt8xx/dst_common.h1
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
143struct tuner_types { 144struct tuner_types {