.. | .. |
---|
155 | 155 | return lnbx2x_attach(fe, i2c, override_set, override_clear, |
---|
156 | 156 | i2c_addr, LNBH24_TTX); |
---|
157 | 157 | } |
---|
158 | | -EXPORT_SYMBOL(lnbh24_attach); |
---|
| 158 | +EXPORT_SYMBOL_GPL(lnbh24_attach); |
---|
159 | 159 | |
---|
160 | 160 | struct dvb_frontend *lnbp21_attach(struct dvb_frontend *fe, |
---|
161 | 161 | struct i2c_adapter *i2c, u8 override_set, |
---|
.. | .. |
---|
164 | 164 | return lnbx2x_attach(fe, i2c, override_set, override_clear, |
---|
165 | 165 | 0x08, LNBP21_ISEL); |
---|
166 | 166 | } |
---|
167 | | -EXPORT_SYMBOL(lnbp21_attach); |
---|
| 167 | +EXPORT_SYMBOL_GPL(lnbp21_attach); |
---|
168 | 168 | |
---|
169 | 169 | MODULE_DESCRIPTION("Driver for lnb supply and control ic lnbp21, lnbh24"); |
---|
170 | 170 | MODULE_AUTHOR("Oliver Endriss, Igor M. Liplianin"); |
---|