.. | .. |
---|
3930 | 3930 | { |
---|
3931 | 3931 | return cxd2841er_attach(cfg, i2c, SYS_DVBS); |
---|
3932 | 3932 | } |
---|
3933 | | -EXPORT_SYMBOL(cxd2841er_attach_s); |
---|
| 3933 | +EXPORT_SYMBOL_GPL(cxd2841er_attach_s); |
---|
3934 | 3934 | |
---|
3935 | 3935 | struct dvb_frontend *cxd2841er_attach_t_c(struct cxd2841er_config *cfg, |
---|
3936 | 3936 | struct i2c_adapter *i2c) |
---|
3937 | 3937 | { |
---|
3938 | 3938 | return cxd2841er_attach(cfg, i2c, 0); |
---|
3939 | 3939 | } |
---|
3940 | | -EXPORT_SYMBOL(cxd2841er_attach_t_c); |
---|
| 3940 | +EXPORT_SYMBOL_GPL(cxd2841er_attach_t_c); |
---|
3941 | 3941 | |
---|
3942 | 3942 | static const struct dvb_frontend_ops cxd2841er_dvbs_s2_ops = { |
---|
3943 | 3943 | .delsys = { SYS_DVBS, SYS_DVBS2 }, |
---|