mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-27 20:07:09 +00:00
[media] mn88472: correct attach symbol name
Wrong symbol name causes demod attach failure. Reported-by: Benjamin Larsson <benjamin@southpole.se> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
ca25cb54ac
commit
64796a5288
@ -28,12 +28,12 @@ struct mn88472_c_config {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#if IS_ENABLED(CONFIG_DVB_MN88472)
|
#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,
|
const struct mn88472_c_config *cfg,
|
||||||
struct i2c_adapter *i2c
|
struct i2c_adapter *i2c
|
||||||
);
|
);
|
||||||
#else
|
#else
|
||||||
static inline struct dvb_frontend *mn88472_c_attach(
|
static inline struct dvb_frontend *mn88472_attach_c(
|
||||||
const struct mn88472_c_config *cfg,
|
const struct mn88472_c_config *cfg,
|
||||||
struct i2c_adapter *i2c
|
struct i2c_adapter *i2c
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user