diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-27 13:26:35 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-28 05:38:31 -0400 |
commit | 0dc6eb9ffcd350453eef91f790e81e042e183cfe (patch) | |
tree | 6192468f3858efa808e8c5895c46abcb034fe182 /drivers/media/usb/pwc/pwc-if.c | |
parent | f4a51222041c1c65bb248b1091f619bfeca27e54 (diff) |
[media] pwc-if: get rid of warning: no previous prototype
drivers/media/usb/pwc/pwc-if.c:158:23: warning: no previous prototype for 'pwc_get_next_fill_buf' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/pwc/pwc-if.c')
-rw-r--r-- | drivers/media/usb/pwc/pwc-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c index 42e36bac4d72..e191572970c4 100644 --- a/drivers/media/usb/pwc/pwc-if.c +++ b/drivers/media/usb/pwc/pwc-if.c | |||
@@ -155,7 +155,7 @@ static struct video_device pwc_template = { | |||
155 | /***************************************************************************/ | 155 | /***************************************************************************/ |
156 | /* Private functions */ | 156 | /* Private functions */ |
157 | 157 | ||
158 | struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) | 158 | static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) |
159 | { | 159 | { |
160 | unsigned long flags = 0; | 160 | unsigned long flags = 0; |
161 | struct pwc_frame_buf *buf = NULL; | 161 | struct pwc_frame_buf *buf = NULL; |