Commit 1ac2d747 authored by Jialin Zhang's avatar Jialin Zhang
Browse files

Revert "media: dvb: symbol fixup for dvb_attach()"

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I95JOC



--------------------------------

This reverts commit 8e207629.

Signed-off-by: default avatarJialin Zhang <zhangjialin11@huawei.com>
parent 9e82708a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -533,7 +533,7 @@ struct dvb_frontend *ascot2e_attach(struct dvb_frontend *fe,
		priv->i2c_address, priv->i2c);
	return fe;
}
EXPORT_SYMBOL_GPL(ascot2e_attach);
EXPORT_SYMBOL(ascot2e_attach);

MODULE_DESCRIPTION("Sony ASCOT2E terr/cab tuner driver");
MODULE_AUTHOR("info@netup.ru");
+1 −1
Original line number Diff line number Diff line
@@ -489,7 +489,7 @@ struct dvb_frontend *atbm8830_attach(const struct atbm8830_config *config,
	return NULL;

}
EXPORT_SYMBOL_GPL(atbm8830_attach);
EXPORT_SYMBOL(atbm8830_attach);

MODULE_DESCRIPTION("AltoBeam ATBM8830/8831 GB20600 demodulator driver");
MODULE_AUTHOR("David T. L. Wong <davidtlwong@gmail.com>");
+1 −1
Original line number Diff line number Diff line
@@ -879,7 +879,7 @@ struct dvb_frontend *au8522_attach(const struct au8522_config *config,
	au8522_release_state(state);
	return NULL;
}
EXPORT_SYMBOL_GPL(au8522_attach);
EXPORT_SYMBOL(au8522_attach);

static const struct dvb_frontend_ops au8522_ops = {
	.delsys = { SYS_ATSC, SYS_DVBC_ANNEX_B },
+1 −1
Original line number Diff line number Diff line
@@ -835,7 +835,7 @@ struct dvb_frontend* bcm3510_attach(const struct bcm3510_config *config,
	kfree(state);
	return NULL;
}
EXPORT_SYMBOL_GPL(bcm3510_attach);
EXPORT_SYMBOL(bcm3510_attach);

static const struct dvb_frontend_ops bcm3510_ops = {
	.delsys = { SYS_ATSC, SYS_DVBC_ANNEX_B },
+1 −1
Original line number Diff line number Diff line
@@ -432,4 +432,4 @@ MODULE_DESCRIPTION("Conexant CX22700 DVB-T Demodulator driver");
MODULE_AUTHOR("Holger Waechtler");
MODULE_LICENSE("GPL");

EXPORT_SYMBOL_GPL(cx22700_attach);
EXPORT_SYMBOL(cx22700_attach);
Loading