diff options
Diffstat (limited to 'drivers/media/dvb/b2c2/flexcop-common.h')
-rw-r--r-- | drivers/media/dvb/b2c2/flexcop-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/b2c2/flexcop-common.h b/drivers/media/dvb/b2c2/flexcop-common.h index 534876d616b8..79e8581b4fb7 100644 --- a/drivers/media/dvb/b2c2/flexcop-common.h +++ b/drivers/media/dvb/b2c2/flexcop-common.h | |||
@@ -76,8 +76,10 @@ struct flexcop_device { | |||
76 | struct semaphore i2c_sem; | 76 | struct semaphore i2c_sem; |
77 | 77 | ||
78 | /* options and status */ | 78 | /* options and status */ |
79 | int extra_feedcount; | ||
79 | int feedcount; | 80 | int feedcount; |
80 | int pid_filtering; | 81 | int pid_filtering; |
82 | int fullts_streaming_state; | ||
81 | 83 | ||
82 | /* bus specific callbacks */ | 84 | /* bus specific callbacks */ |
83 | flexcop_ibi_value (*read_ibi_reg) (struct flexcop_device *, flexcop_ibi_register); | 85 | flexcop_ibi_value (*read_ibi_reg) (struct flexcop_device *, flexcop_ibi_register); |