summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAdrian Bunk2007-04-27 17:31:05 +0200
committerMauro Carvalho Chehab2007-04-27 20:43:24 +0200
commit5948e52cee0f2e72f8aaf0a78fec257f217efd88 (patch)
treef4a6aeb19e59f866bdf5b6fbd3f7c1dcec82707a /drivers
parentV4L/DVB (5293): Make dvb_usb_gl861_debug static (diff)
downloadkernel-qcow2-linux-5948e52cee0f2e72f8aaf0a78fec257f217efd88.tar.gz
kernel-qcow2-linux-5948e52cee0f2e72f8aaf0a78fec257f217efd88.tar.xz
kernel-qcow2-linux-5948e52cee0f2e72f8aaf0a78fec257f217efd88.zip
V4L/DVB (5294): Make pvr2_encoder_prep_config() 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')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-encoder.c b/drivers/media/video/pvrusb2/pvrusb2-encoder.c
index 5786faf9b3b8..5669c8ca9ca3 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-encoder.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-encoder.c
@@ -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;