Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebd9175e authored by Michael Ira Krufky's avatar Michael Ira Krufky Committed by Mauro Carvalho Chehab
Browse files

[media] lgdt3306a: move EXPORT_SYMBOL to be just after function



Fixes CodingStyle error:
	WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable.

Signed-off-by: default avatarMichael Ira Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent c714efe4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1726,6 +1726,7 @@ struct dvb_frontend *lgdt3306a_attach(const struct lgdt3306a_config *config,
	kfree(state);
	return NULL;
}
EXPORT_SYMBOL(lgdt3306a_attach);

#ifdef DBG_DUMP

@@ -1991,8 +1992,6 @@ static void lgdt3306a_DumpRegs(struct lgdt3306a_state *state)



EXPORT_SYMBOL(lgdt3306a_attach);

static struct dvb_frontend_ops lgdt3306a_ops = {
	.delsys = { SYS_ATSC, SYS_DVBC_ANNEX_B },
	.info = {