.. | .. |
---|
440 | 440 | struct stv0288_state *state = fe->demodulator_priv; |
---|
441 | 441 | struct dtv_frontend_properties *c = &fe->dtv_property_cache; |
---|
442 | 442 | |
---|
443 | | - char tm; |
---|
444 | | - unsigned char tda[3]; |
---|
445 | | - u8 reg, time_out = 0; |
---|
| 443 | + u8 tda[3], reg, time_out = 0; |
---|
| 444 | + s8 tm; |
---|
446 | 445 | |
---|
447 | 446 | dprintk("%s : FE_SET_FRONTEND\n", __func__); |
---|
448 | 447 | |
---|
.. | .. |
---|
591 | 590 | |
---|
592 | 591 | return NULL; |
---|
593 | 592 | } |
---|
594 | | -EXPORT_SYMBOL(stv0288_attach); |
---|
| 593 | +EXPORT_SYMBOL_GPL(stv0288_attach); |
---|
595 | 594 | |
---|
596 | 595 | module_param(debug_legacy_dish_switch, int, 0444); |
---|
597 | 596 | MODULE_PARM_DESC(debug_legacy_dish_switch, |
---|