[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: Michael Ira Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
c714efe458
commit
ebd9175ea4
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue