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

Commit c04e89b1 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

V4L/DVB (3509): Make a needlessly global function static.

parent 77cc5319
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];