Acked-by: Mike Isely <is...@pobox.com>

  -Mike

On Fri, 4 Oct 2013, Hans Verkuil wrote:

> From: Hans Verkuil <hans.verk...@cisco.com>
> 
> drivers/media/usb/pvrusb2/pvrusb2-hdw.c:2871:13: warning: symbol 
> 'pvr2_hdw_get_detected_std' was not declared. Should it be static?
> 
> Signed-off-by: Hans Verkuil <hans.verk...@cisco.com>
> Cc: Mike Isely <is...@pobox.com>
> ---
>  drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/usb/pvrusb2/pvrusb2-hdw.c 
> b/drivers/media/usb/pvrusb2/pvrusb2-hdw.c
> index c4d51d7..ea05f67 100644
> --- a/drivers/media/usb/pvrusb2/pvrusb2-hdw.c
> +++ b/drivers/media/usb/pvrusb2/pvrusb2-hdw.c
> @@ -2868,7 +2868,7 @@ static void pvr2_subdev_set_control(struct pvr2_hdw 
> *hdw, int id,
>               pvr2_subdev_set_control(hdw, id, #lab, (hdw)->lab##_val); \
>       }
>  
> -v4l2_std_id pvr2_hdw_get_detected_std(struct pvr2_hdw *hdw)
> +static v4l2_std_id pvr2_hdw_get_detected_std(struct pvr2_hdw *hdw)
>  {
>       v4l2_std_id std;
>       std = (v4l2_std_id)hdw->std_mask_avail;
> 

-- 

Mike Isely
isely @ isely (dot) net
PGP: 03 54 43 4D 75 E5 CC 92 71 16 01 E2 B5 F5 C1 E8
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to