aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/gspca.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/gspca.c')
-rw-r--r--drivers/media/video/gspca/gspca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/gspca.c b/drivers/media/video/gspca/gspca.c
index 8e8d3c6121b3..f815340511e8 100644
--- a/drivers/media/video/gspca/gspca.c
+++ b/drivers/media/video/gspca/gspca.c
@@ -399,7 +399,7 @@ static struct usb_host_endpoint *alt_isoc(struct usb_host_interface *alt,
399 * This routine may be called many times when the bandwidth is too small 399 * This routine may be called many times when the bandwidth is too small
400 * (the bandwidth is checked on urb submit). 400 * (the bandwidth is checked on urb submit).
401 */ 401 */
402struct usb_host_endpoint *get_isoc_ep(struct gspca_dev *gspca_dev) 402static struct usb_host_endpoint *get_isoc_ep(struct gspca_dev *gspca_dev)
403{ 403{
404 struct usb_interface *intf; 404 struct usb_interface *intf;
405 struct usb_host_endpoint *ep; 405 struct usb_host_endpoint *ep;