提交 64796a52 编写于 作者: A Antti Palosaari 提交者: Mauro Carvalho Chehab

[media] mn88472: correct attach symbol name

Wrong symbol name causes demod attach failure.
Reported-by: NBenjamin Larsson <benjamin@southpole.se>
Signed-off-by: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 ca25cb54
......@@ -28,12 +28,12 @@ struct mn88472_c_config {
};
#if IS_ENABLED(CONFIG_DVB_MN88472)
extern struct dvb_frontend *mn88472_c_attach(
extern struct dvb_frontend *mn88472_attach_c(
const struct mn88472_c_config *cfg,
struct i2c_adapter *i2c
);
#else
static inline struct dvb_frontend *mn88472_c_attach(
static inline struct dvb_frontend *mn88472_attach_c(
const struct mn88472_c_config *cfg,
struct i2c_adapter *i2c
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册