From: Alan Stern Date: Thu, 3 Apr 2008 22:03:06 +0000 (-0400) Subject: USB: clarify usage of hcd->suspend/resume methods X-Git-Tag: v2.6.26-rc1~1061^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7be7d7418776a41badce7ca00246e270d408e4b9;p=pandora-kernel.git USB: clarify usage of hcd->suspend/resume methods The .suspend and .resume method pointers in struct usb_hcd have not been fully understood by host-controller driver writers. They are meant for use with PCI controllers; other platform-specific drivers generally should not refer to them. To try and clarify matters, this patch (as1065) renames those methods to .pci_suspend and .pci_resume. It eliminates corresponding dead code and bogus references in the ohci-ssb and u132-hcd drivers. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed