aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-03-15 16:17:11 -0300
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-21 08:53:37 -0800
commitc04e89b1f2c624fbb1e57874062491c2b987c7e2 (patch)
tree35851248f05529e604c0dcd90ee6458c5a08ddc6 /drivers/media/dvb
parentV4L/DVB (3506): Cinergy T2 dmx cleanup on disconnect (diff)
downloadlinux-dev-c04e89b1f2c624fbb1e57874062491c2b987c7e2.tar.xz
linux-dev-c04e89b1f2c624fbb1e57874062491c2b987c7e2.zip
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>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/frontends/zl10353.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/zl10353.c b/drivers/media/dvb/frontends/zl10353.c
index 23846c4452ad..d7d9f59d76d2 100644
--- a/drivers/media/dvb/frontends/zl10353.c
+++ b/drivers/media/dvb/frontends/zl10353.c
@@ -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];