| .. | .. |
|---|
| 1025 | 1025 | priv->i2c_address, priv->i2c); |
|---|
| 1026 | 1026 | return fe; |
|---|
| 1027 | 1027 | } |
|---|
| 1028 | | -EXPORT_SYMBOL(helene_attach_s); |
|---|
| 1028 | +EXPORT_SYMBOL_GPL(helene_attach_s); |
|---|
| 1029 | 1029 | |
|---|
| 1030 | 1030 | struct dvb_frontend *helene_attach(struct dvb_frontend *fe, |
|---|
| 1031 | 1031 | const struct helene_config *config, |
|---|
| .. | .. |
|---|
| 1061 | 1061 | priv->i2c_address, priv->i2c); |
|---|
| 1062 | 1062 | return fe; |
|---|
| 1063 | 1063 | } |
|---|
| 1064 | | -EXPORT_SYMBOL(helene_attach); |
|---|
| 1064 | +EXPORT_SYMBOL_GPL(helene_attach); |
|---|
| 1065 | 1065 | |
|---|
| 1066 | 1066 | static int helene_probe(struct i2c_client *client, |
|---|
| 1067 | 1067 | const struct i2c_device_id *id) |
|---|