diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-04-27 11:31:05 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:43:24 -0400 |
commit | 5948e52cee0f2e72f8aaf0a78fec257f217efd88 (patch) | |
tree | f4a6aeb19e59f866bdf5b6fbd3f7c1dcec82707a /drivers/media/video/pvrusb2/pvrusb2-encoder.c | |
parent | 3721929ed327ac2a6a879ad0b7dcbfc8ba2ae93f (diff) |
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/media/video/pvrusb2/pvrusb2-encoder.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-encoder.c | 2 |
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, | |||
324 | 324 | ||
325 | /* This implements some extra setup for the encoder that seems to be | 325 | /* This implements some extra setup for the encoder that seems to be |
326 | specific to the PVR USB2 hardware. */ | 326 | specific to the PVR USB2 hardware. */ |
327 | int pvr2_encoder_prep_config(struct pvr2_hdw *hdw) | 327 | static int pvr2_encoder_prep_config(struct pvr2_hdw *hdw) |
328 | { | 328 | { |
329 | int ret = 0; | 329 | int ret = 0; |
330 | int encMisc3Arg = 0; | 330 | int encMisc3Arg = 0; |