From: Alan Stern Date: Fri, 25 Jun 2010 18:02:03 +0000 (-0400) Subject: USB: move PCI HCD resume routine X-Git-Tag: v2.6.36-rc1~293^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057c58bfb1dc9bbb75b8ba3b6c6336cfca63b9d0;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed