.. | .. |
---|
3584 | 3584 | return value / resolution + (value % resolution > 0 ? 1 : 0); |
---|
3585 | 3585 | } |
---|
3586 | 3586 | |
---|
3587 | | -/* Retrieve the Initialzation Registers */ |
---|
| 3587 | +/* Retrieve the Initialization Registers */ |
---|
3588 | 3588 | static u16 MXL_GetInitRegister(struct dvb_frontend *fe, u8 *RegNum, |
---|
3589 | 3589 | u8 *RegVal, int *count) |
---|
3590 | 3590 | { |
---|
.. | .. |
---|
4114 | 4114 | fe->tuner_priv = state; |
---|
4115 | 4115 | return fe; |
---|
4116 | 4116 | } |
---|
4117 | | -EXPORT_SYMBOL(mxl5005s_attach); |
---|
| 4117 | +EXPORT_SYMBOL_GPL(mxl5005s_attach); |
---|
4118 | 4118 | |
---|
4119 | 4119 | MODULE_DESCRIPTION("MaxLinear MXL5005S silicon tuner driver"); |
---|
4120 | 4120 | MODULE_AUTHOR("Steven Toth"); |
---|