diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/frontends/dibx000_common.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/dibx000_common.c b/drivers/media/dvb/frontends/dibx000_common.c index 0a4d9b83c6fd..61d28de30305 100644 --- a/drivers/media/dvb/frontends/dibx000_common.c +++ b/drivers/media/dvb/frontends/dibx000_common.c | |||
@@ -146,3 +146,7 @@ void dibx000_exit_i2c_master(struct dibx000_i2c_master *mst) | |||
146 | i2c_del_adapter(&mst->gated_tuner_i2c_adap); | 146 | i2c_del_adapter(&mst->gated_tuner_i2c_adap); |
147 | } | 147 | } |
148 | EXPORT_SYMBOL(dibx000_exit_i2c_master); | 148 | EXPORT_SYMBOL(dibx000_exit_i2c_master); |
149 | |||
150 | MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>"); | ||
151 | MODULE_DESCRIPTION("Common function the DiBcom demodulator family"); | ||
152 | MODULE_LICENSE("GPL"); | ||