Skip to content

Commit

Permalink
V4L/DVB (3509): Make a needlessly global function static.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Mar 21, 2006
1 parent 77cc531 commit c04e89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/zl10353.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static int zl10353_read_register(struct zl10353_state *state, u8 reg)
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;
char buf[52], buf2[4];
Expand Down

0 comments on commit c04e89b

Please sign in to comment.