mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 13:32:07 -04:00
[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:
committed by
Mauro Carvalho Chehab
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 = {
|
||||
|
||||
Reference in New Issue
Block a user