diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-11-03 07:22:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-11 11:14:04 -0200 |
commit | 0c6a3b268e14ab99960028c9ad202b9aebae0a03 (patch) | |
tree | c32eb61959491a2c7bbe4dc48c1157866396efa1 /drivers/media/video/uvc/uvcvideo.h | |
parent | 4eb2697e0a65c6a30c2c6a4ae602dfc6fe68edb2 (diff) | |
download | op-kernel-dev-0c6a3b268e14ab99960028c9ad202b9aebae0a03.zip op-kernel-dev-0c6a3b268e14ab99960028c9ad202b9aebae0a03.tar.gz |
[media] uvcvideo: Make uvc_commit_video() static
The function is not used outside of its compilation unit. Make it
static.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/uvc/uvcvideo.h')
-rw-r--r-- | drivers/media/video/uvc/uvcvideo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/uvc/uvcvideo.h b/drivers/media/video/uvc/uvcvideo.h index 8448edc..882159a 100644 --- a/drivers/media/video/uvc/uvcvideo.h +++ b/drivers/media/video/uvc/uvcvideo.h @@ -551,8 +551,6 @@ extern int uvc_video_resume(struct uvc_streaming *stream, int reset); extern int uvc_video_enable(struct uvc_streaming *stream, int enable); extern int uvc_probe_video(struct uvc_streaming *stream, struct uvc_streaming_control *probe); -extern int uvc_commit_video(struct uvc_streaming *stream, - struct uvc_streaming_control *ctrl); extern int uvc_query_ctrl(struct uvc_device *dev, __u8 query, __u8 unit, __u8 intfnum, __u8 cs, void *data, __u16 size); |