hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/dvb-frontends/cxd2841er.c
....@@ -3930,14 +3930,14 @@
39303930 {
39313931 return cxd2841er_attach(cfg, i2c, SYS_DVBS);
39323932 }
3933
-EXPORT_SYMBOL(cxd2841er_attach_s);
3933
+EXPORT_SYMBOL_GPL(cxd2841er_attach_s);
39343934
39353935 struct dvb_frontend *cxd2841er_attach_t_c(struct cxd2841er_config *cfg,
39363936 struct i2c_adapter *i2c)
39373937 {
39383938 return cxd2841er_attach(cfg, i2c, 0);
39393939 }
3940
-EXPORT_SYMBOL(cxd2841er_attach_t_c);
3940
+EXPORT_SYMBOL_GPL(cxd2841er_attach_t_c);
39413941
39423942 static const struct dvb_frontend_ops cxd2841er_dvbs_s2_ops = {
39433943 .delsys = { SYS_DVBS, SYS_DVBS2 },