diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-06 19:50:36 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:35:16 -0500 |
commit | 346304097b47a6e1376d99af80dbffb759fa55f4 (patch) | |
tree | a8c6b304a0fc70949573bed1a918e9ab45de5090 /drivers/media/dvb/frontends/zl10353.c | |
parent | 48fc923b0e43bc11975d6302f3fcb173d2f50f19 (diff) |
V4L/DVB (5195): Frontends: make 4 functions static
This patch makes four needlessly global functions static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/zl10353.c')
-rw-r--r-- | drivers/media/dvb/frontends/zl10353.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/zl10353.c b/drivers/media/dvb/frontends/zl10353.c index 0e9b59af271e..a1b0afbd47ba 100644 --- a/drivers/media/dvb/frontends/zl10353.c +++ b/drivers/media/dvb/frontends/zl10353.c | |||
@@ -54,7 +54,7 @@ static int zl10353_single_write(struct dvb_frontend *fe, u8 reg, u8 val) | |||
54 | return 0; | 54 | return 0; |
55 | } | 55 | } |
56 | 56 | ||
57 | int zl10353_write(struct dvb_frontend *fe, u8 *ibuf, int ilen) | 57 | static int zl10353_write(struct dvb_frontend *fe, u8 *ibuf, int ilen) |
58 | { | 58 | { |
59 | int err, i; | 59 | int err, i; |
60 | for (i = 0; i < ilen - 1; i++) | 60 | for (i = 0; i < ilen - 1; i++) |