Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41239
b: refs/heads/master
c: b187844
h: refs/heads/master
i:
  41237: 0e2073e
  41235: 1a90b98
  41231: 40c3393
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent b640268 commit 466d8d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 93c8bf45e083b89dffe3a708363c15c1b220c723
refs/heads/master: b1878440d46a0dc357ed5c9687c534e20955e940
6 changes: 4 additions & 2 deletions trunk/drivers/usb/host/ohci-hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ static void ohci_rhsc_enable (struct usb_hcd *hcd)
static void dl_done_list (struct ohci_hcd *);
static void finish_unlinks (struct ohci_hcd *, u16);

#ifdef CONFIG_PM
static int ohci_restart(struct ohci_hcd *ohci);
#endif

static int ohci_rh_suspend (struct ohci_hcd *ohci, int autostop)
__releases(ohci->lock)
__acquires(ohci->lock)
Expand Down Expand Up @@ -132,8 +136,6 @@ static inline struct ed *find_head (struct ed *ed)
return ed;
}

static int ohci_restart (struct ohci_hcd *ohci);

/* caller has locked the root hub */
static int ohci_rh_resume (struct ohci_hcd *ohci)
__releases(ohci->lock)
Expand Down

0 comments on commit 466d8d3

Please sign in to comment.