V4L/DVB (5195): Frontends: make 4 functions static
[pandora-kernel.git] / drivers / media / dvb / frontends / tda1004x.c
index 00e4bcd..f4a9cf9 100644 (file)
@@ -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;