diff options
author | Felipe Balbi <balbi@ti.com> | 2011-10-12 15:15:49 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-12-12 13:48:13 +0400 |
commit | f80b45e75e112e78b2b439dd3401bb3dff7cf6a1 (patch) | |
tree | 754fa4096746a095cbbf017b1dd70041ed457a67 /drivers/usb/dwc3/gadget.h | |
parent | 67920bd7c984c7f3a73305ad11cbb9fd3d5e239c (diff) | |
download | linux-f80b45e75e112e78b2b439dd3401bb3dff7cf6a1.tar.xz |
usb: dwc3: move gadget prototypes to core.h
host prototypes are there, let's move gadget's
closer.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/gadget.h')
-rw-r--r-- | drivers/usb/dwc3/gadget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/dwc3/gadget.h b/drivers/usb/dwc3/gadget.h index 6dec6d94e547..5c4a56f055e9 100644 --- a/drivers/usb/dwc3/gadget.h +++ b/drivers/usb/dwc3/gadget.h @@ -110,9 +110,6 @@ static inline void dwc3_gadget_move_request_queued(struct dwc3_request *req) list_move_tail(&req->list, &dep->req_queued); } -int dwc3_gadget_init(struct dwc3 *dwc); -void dwc3_gadget_exit(struct dwc3 *dwc); - void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, int status); |