Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264917
b: refs/heads/master
c: 096cb25
h: refs/heads/master
i:
  264915: 0846dad
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Aug 24, 2011
1 parent 4e1c54f commit 771b323
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29cc88979a8818cd8c5019426e945aed118b400e
refs/heads/master: 096cb25d624289a054c9e4d0537c26c0a5eff487
5 changes: 5 additions & 0 deletions trunk/drivers/usb/dwc3/gadget.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@ void dwc3_gadget_exit(struct dwc3 *dwc);
#else
static inline int dwc3_gadget_init(struct dwc3 *dwc) { return 0; }
static inline void dwc3_gadget_exit(struct dwc3 *dwc) { }
static inline int dwc3_send_gadget_ep_cmd(struct dwc3 *dwc, unsigned ep,
unsigned cmd, struct dwc3_gadget_ep_cmd_params *params)
{
return 0;
}
#endif

void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req,
Expand Down

0 comments on commit 771b323

Please sign in to comment.