diff options
Diffstat (limited to 'drivers/usb/gadget/f_uvc.h')
-rw-r--r-- | drivers/usb/gadget/f_uvc.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/usb/gadget/f_uvc.h b/drivers/usb/gadget/f_uvc.h index c3d258d30188..ec52752f7326 100644 --- a/drivers/usb/gadget/f_uvc.h +++ b/drivers/usb/gadget/f_uvc.h | |||
@@ -16,12 +16,12 @@ | |||
16 | #include <linux/usb/composite.h> | 16 | #include <linux/usb/composite.h> |
17 | #include <linux/usb/video.h> | 17 | #include <linux/usb/video.h> |
18 | 18 | ||
19 | extern int uvc_bind_config(struct usb_configuration *c, | 19 | int uvc_bind_config(struct usb_configuration *c, |
20 | const struct uvc_descriptor_header * const *fs_control, | 20 | const struct uvc_descriptor_header * const *fs_control, |
21 | const struct uvc_descriptor_header * const *hs_control, | 21 | const struct uvc_descriptor_header * const *hs_control, |
22 | const struct uvc_descriptor_header * const *fs_streaming, | 22 | const struct uvc_descriptor_header * const *fs_streaming, |
23 | const struct uvc_descriptor_header * const *hs_streaming, | 23 | const struct uvc_descriptor_header * const *hs_streaming, |
24 | const struct uvc_descriptor_header * const *ss_streaming); | 24 | const struct uvc_descriptor_header * const *ss_streaming); |
25 | 25 | ||
26 | #endif /* _F_UVC_H_ */ | 26 | #endif /* _F_UVC_H_ */ |
27 | 27 | ||