From: Fengguang Wu <fengguang...@intel.com> The function isn't called from outside of its compilation unit, make it static.
Signed-off-by: Fengguang Wu <fengguang...@intel.com> Acked-by: Andrzej Pietrasiewicz <andrze...@samsung.com> Signed-off-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> --- drivers/usb/gadget/function/f_uvc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/function/f_uvc.c b/drivers/usb/gadget/function/f_uvc.c index 95dc1c6..bf9abf4 100644 --- a/drivers/usb/gadget/function/f_uvc.c +++ b/drivers/usb/gadget/function/f_uvc.c @@ -773,7 +773,7 @@ static void uvc_unbind(struct usb_configuration *c, struct usb_function *f) usb_free_all_descriptors(f); } -struct usb_function *uvc_alloc(struct usb_function_instance *fi) +static struct usb_function *uvc_alloc(struct usb_function_instance *fi) { struct uvc_device *uvc; struct f_uvc_opts *opts; -- 1.8.5.5 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html