Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364493
b: refs/heads/master
c: 2d65128
h: refs/heads/master
i:
  364491: 6c2a94c
v: v3
  • Loading branch information
Alexander Shishkin authored and Greg Kroah-Hartman committed Mar 30, 2013
1 parent dc22b75 commit a866564
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 336 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69b7e8d34f12a5770d57ccd38926d373e4599561
refs/heads/master: 2d6512892c106556f07e502939005e73cdc6e2cc
2 changes: 2 additions & 0 deletions trunk/drivers/usb/chipidea/ci.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ struct hw_bank {
* @vbus_active: is VBUS active
* @transceiver: pointer to USB PHY, if any
* @hcd: pointer to usb_hcd for ehci host driver
* @debugfs: root dentry for this controller in debugfs
*/
struct ci13xxx {
struct device *dev;
Expand Down Expand Up @@ -164,6 +165,7 @@ struct ci13xxx {
bool global_phy;
struct usb_phy *transceiver;
struct usb_hcd *hcd;
struct dentry *debugfs;
};

static inline struct ci_role_driver *ci_role(struct ci13xxx *ci)
Expand Down
Loading

0 comments on commit a866564

Please sign in to comment.