V4L/DVB (3509): Make a needlessly global function static.
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Linus Torvalds
parent
77cc531990
commit
c04e89b1f2
@@ -88,7 +88,7 @@ static int zl10353_read_register(struct zl10353_state *state, u8 reg)
|
|||||||
return b1[0];
|
return b1[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
void zl10353_dump_regs(struct dvb_frontend *fe)
|
static void zl10353_dump_regs(struct dvb_frontend *fe)
|
||||||
{
|
{
|
||||||
struct zl10353_state *state = fe->demodulator_priv;
|
struct zl10353_state *state = fe->demodulator_priv;
|
||||||
char buf[52], buf2[4];
|
char buf[52], buf2[4];
|
||||||
|
Reference in New Issue
Block a user