USB: move PCI HCD resume routine
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 25 Jun 2010 18:02:03 +0000 (14:02 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:37 +0000 (14:35 -0700)
commit057c58bfb1dc9bbb75b8ba3b6c6336cfca63b9d0
tree0271901d82af52ce38f6e65beaae565dadea5273
parent2138a1f1835274b1d131a1aafa1655f60b2af122
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>
drivers/usb/core/hcd-pci.c