diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2013-03-01 20:46:24 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 11:18:18 +0200 |
commit | ee6a4d870b722a57aa57abe7f12539bac9c01555 (patch) | |
tree | 17b530c9075bfe10bc866d636d616d5abd0d4298 /drivers/usb/gadget/f_uvc.h | |
parent | 912ca429fc87ceb63ae9ae00eff08212aad890c5 (diff) | |
download | talos-obmc-linux-ee6a4d870b722a57aa57abe7f12539bac9c01555.tar.gz talos-obmc-linux-ee6a4d870b722a57aa57abe7f12539bac9c01555.zip |
usb: gadget: uvc: Fix coding style issues introduced by SS support
Let's keep the code consistent, people might want to read it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Bhupesh Sharma <bhupesh.sharma@st.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
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 @@ #include <linux/usb/composite.h> #include <linux/usb/video.h> -extern int uvc_bind_config(struct usb_configuration *c, - const struct uvc_descriptor_header * const *fs_control, - const struct uvc_descriptor_header * const *hs_control, - const struct uvc_descriptor_header * const *fs_streaming, - const struct uvc_descriptor_header * const *hs_streaming, - const struct uvc_descriptor_header * const *ss_streaming); +int uvc_bind_config(struct usb_configuration *c, + const struct uvc_descriptor_header * const *fs_control, + const struct uvc_descriptor_header * const *hs_control, + const struct uvc_descriptor_header * const *fs_streaming, + const struct uvc_descriptor_header * const *hs_streaming, + const struct uvc_descriptor_header * const *ss_streaming); #endif /* _F_UVC_H_ */ |