commit | 057c58bfb1dc9bbb75b8ba3b6c6336cfca63b9d0 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Jun 25 14:02:03 2010 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 10 14:35:37 2010 -0700 |
tree | 0271901d82af52ce38f6e65beaae565dadea5273 | |
parent | 2138a1f1835274b1d131a1aafa1655f60b2af122 [diff] |
USB: move PCI HCD resume routine This patch (as1384) moves the resume_common() routine in hcd-pci.c a little higher in the source file to avoid forward references in an upcoming patch. It also replaces the "hibernated" argument with a more general "event" argument, which will be useful when the routine is called during a runtime resume. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>