Loading drivers/usb/gadget/function/f_mtp.c +0 −1 Original line number Diff line number Diff line Loading @@ -1893,7 +1893,6 @@ struct usb_function *function_alloc_mtp_ptp(struct usb_function_instance *fi, dev->function.disable = mtp_function_disable; dev->function.setup = mtp_ctrlreq_configfs; dev->function.free_func = mtp_free; fi->f = &dev->function; return &dev->function; } Loading Loading
drivers/usb/gadget/function/f_mtp.c +0 −1 Original line number Diff line number Diff line Loading @@ -1893,7 +1893,6 @@ struct usb_function *function_alloc_mtp_ptp(struct usb_function_instance *fi, dev->function.disable = mtp_function_disable; dev->function.setup = mtp_ctrlreq_configfs; dev->function.free_func = mtp_free; fi->f = &dev->function; return &dev->function; } Loading