V4L/DVB (5294): Make pvr2_encoder_prep_config() static
authorAdrian Bunk <bunk@stusta.de>
Fri, 27 Apr 2007 15:31:05 +0000 (12:31 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 27 Apr 2007 18:43:24 +0000 (15:43 -0300)
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>
drivers/media/video/pvrusb2/pvrusb2-encoder.c

index 5786faf9b3b862756f1da08bd967f62b6fe1a7ab..5669c8ca9ca3b5a60e49e1b47b07b99455dbb04a 100644 (file)
@@ -324,7 +324,7 @@ static int pvr2_encoder_vcmd(struct pvr2_hdw *hdw, int cmd,
 
 /* This implements some extra setup for the encoder that seems to be
    specific to the PVR USB2 hardware. */
-int pvr2_encoder_prep_config(struct pvr2_hdw *hdw)
+static int pvr2_encoder_prep_config(struct pvr2_hdw *hdw)
 {
        int ret = 0;
        int encMisc3Arg = 0;