Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364485
b: refs/heads/master
c: 70b55c2
h: refs/heads/master
i:
  364483: 13b6418
v: v3
  • Loading branch information
Arnd Bergmann authored and Greg Kroah-Hartman committed Mar 28, 2013
1 parent 97a789f commit 5e1221d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 05768918b9a122ce21bd55950df5054ff6c57f28
refs/heads/master: 70b55c2ad0e5c8bbbb36cedf6a37f9d029cfd403
4 changes: 1 addition & 3 deletions trunk/drivers/usb/host/ehci-q.c
Original file line number Diff line number Diff line change
Expand Up @@ -1293,9 +1293,8 @@ static void unlink_empty_async(struct ehci_hcd *ehci)
}
}

#ifdef CONFIG_PM
/* The root hub is suspended; unlink all the async QHs */
static void unlink_empty_async_suspended(struct ehci_hcd *ehci)
static void __maybe_unused unlink_empty_async_suspended(struct ehci_hcd *ehci)
{
struct ehci_qh *qh;

Expand All @@ -1306,7 +1305,6 @@ static void unlink_empty_async_suspended(struct ehci_hcd *ehci)
}
start_iaa_cycle(ehci);
}
#endif

/* makes sure the async qh will become idle */
/* caller must own ehci->lock */
Expand Down

0 comments on commit 5e1221d

Please sign in to comment.