diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-07 00:50:36 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 15:35:16 (GMT) |
commit | 346304097b47a6e1376d99af80dbffb759fa55f4 (patch) | |
tree | a8c6b304a0fc70949573bed1a918e9ab45de5090 /drivers/media/dvb/frontends/tda1004x.c | |
parent | 48fc923b0e43bc11975d6302f3fcb173d2f50f19 (diff) | |
download | linux-fsl-qoriq-346304097b47a6e1376d99af80dbffb759fa55f4.tar.xz |
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/tda1004x.c')
-rw-r--r-- | drivers/media/dvb/frontends/tda1004x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda1004x.c b/drivers/media/dvb/frontends/tda1004x.c index 00e4bcd..f4a9cf9 100644 --- a/drivers/media/dvb/frontends/tda1004x.c +++ b/drivers/media/dvb/frontends/tda1004x.c @@ -579,7 +579,7 @@ static int tda1004x_decode_fec(int tdafec) return -1; } -int tda1004x_write(struct dvb_frontend* fe, u8 *buf, int len) +static int tda1004x_write(struct dvb_frontend* fe, u8 *buf, int len) { struct tda1004x_state* state = fe->demodulator_priv; |