hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/dvb-frontends/helene.c
....@@ -1025,7 +1025,7 @@
10251025 priv->i2c_address, priv->i2c);
10261026 return fe;
10271027 }
1028
-EXPORT_SYMBOL(helene_attach_s);
1028
+EXPORT_SYMBOL_GPL(helene_attach_s);
10291029
10301030 struct dvb_frontend *helene_attach(struct dvb_frontend *fe,
10311031 const struct helene_config *config,
....@@ -1061,7 +1061,7 @@
10611061 priv->i2c_address, priv->i2c);
10621062 return fe;
10631063 }
1064
-EXPORT_SYMBOL(helene_attach);
1064
+EXPORT_SYMBOL_GPL(helene_attach);
10651065
10661066 static int helene_probe(struct i2c_client *client,
10671067 const struct i2c_device_id *id)