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 79e8581b4fb7..773d158032df 100644 --- a/drivers/media/dvb/b2c2/flexcop-common.h +++ b/drivers/media/dvb/b2c2/flexcop-common.h | |||
@@ -75,6 +75,8 @@ struct flexcop_device { | |||
75 | struct i2c_adapter i2c_adap; | 75 | struct i2c_adapter i2c_adap; |
76 | struct semaphore i2c_sem; | 76 | struct semaphore i2c_sem; |
77 | 77 | ||
78 | struct module *owner; | ||
79 | |||
78 | /* options and status */ | 80 | /* options and status */ |
79 | int extra_feedcount; | 81 | int extra_feedcount; |
80 | int feedcount; | 82 | int feedcount; |