diff options
Diffstat (limited to 'drivers/media/video')
-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; |