summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 20:23:29 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 20:23:29 -0200
commite878a13a775989c872d8783430cac8c66ca5d26b (patch)
tree53c38c934659dc2e042fdd1d6c763ffaba677b2f /linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c
parentdfbbad67e327f0de2a729b73ae2eaad12771ee03 (diff)
downloadmediapointer-dvb-s2-e878a13a775989c872d8783430cac8c66ca5d26b.tar.gz
mediapointer-dvb-s2-e878a13a775989c872d8783430cac8c66ca5d26b.tar.bz2
make pvr2_encoder_prep_config() static
From: Adrian Bunk <bunk@stusta.de> 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 'linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c')
-rw-r--r--linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c b/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c
index 649ac3875..a7424f847 100644
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c
@@ -357,7 +357,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;