diff options
Diffstat (limited to 'drivers/media/common/siano/smsdvb.h')
-rw-r--r-- | drivers/media/common/siano/smsdvb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/common/siano/smsdvb.h b/drivers/media/common/siano/smsdvb.h index 34220696d87d..63cdd755521e 100644 --- a/drivers/media/common/siano/smsdvb.h +++ b/drivers/media/common/siano/smsdvb.h | |||
@@ -54,6 +54,9 @@ struct smsdvb_client_t { | |||
54 | 54 | ||
55 | unsigned long get_stats_jiffies; | 55 | unsigned long get_stats_jiffies; |
56 | 56 | ||
57 | int feed_users; | ||
58 | bool has_tuned; | ||
59 | |||
57 | /* Stats debugfs data */ | 60 | /* Stats debugfs data */ |
58 | struct dentry *debugfs; | 61 | struct dentry *debugfs; |
59 | 62 | ||