浏览代码

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>
Adrian Bunk 18 年之前
父节点
当前提交
5948e52cee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/media/video/pvrusb2/pvrusb2-encoder.c

+ 1 - 1
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
 /* This implements some extra setup for the encoder that seems to be
    specific to the PVR USB2 hardware. */
    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 ret = 0;
 	int encMisc3Arg = 0;
 	int encMisc3Arg = 0;