summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_uvc.h
diff options
context:
space:
mode:
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>2014-09-09 02:02:12 +0300
committerFelipe Balbi <balbi@ti.com>2014-09-09 09:49:41 -0500
commitcb47d889e651d36b4200800de1d56977b910d8a3 (patch)
tree1de82547f3e5bb65456ec23da870a3e0155ca189 /drivers/usb/gadget/function/f_uvc.h
parentc913881ec6f5d17defd16dfd96fea576b17c04b9 (diff)
usb: gadget: f_uvc: remove compatibility layer
There are no users of the old interface left. Remove it. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Tested-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/function/f_uvc.h')
-rw-r--r--drivers/usb/gadget/function/f_uvc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/usb/gadget/function/f_uvc.h b/drivers/usb/gadget/function/f_uvc.h
index 71b38dd54ede..d0a73bdcbba1 100644
--- a/drivers/usb/gadget/function/f_uvc.h
+++ b/drivers/usb/gadget/function/f_uvc.h
@@ -24,16 +24,5 @@ void uvc_function_connect(struct uvc_device *uvc);
void uvc_function_disconnect(struct uvc_device *uvc);
-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,
- unsigned int streaming_interval_webcam,
- unsigned int streaming_maxpacket_webcam,
- unsigned int streaming_maxburst_webcam,
- unsigned int uvc_gadget_trace_webcam);
-
#endif /* _F_UVC_H_ */