On Fri, 5 Oct 2012, Florian Fainelli wrote: > As suggested by Alan Stern, move the ohci-pci.c ohci_pci_{suspend,resume} > routines to ohci-hcd.c. Due to their move, also rename them to > ohci_{suspend,resume} to make it clear they operate on ohci_hcd. Since they > are not necessarily called, annotate them with __maybe_unused. > > Signed-off-by: Florian Fainelli <florian@xxxxxxxxxxx> > --- > Changes since v1: > - moved ohci_{suspend,resume} out of the #ifdef CONFIG_PM block > - removed the empty CONFIG_PM #ifdef/endif block in ohci-pci.c Sorry, I didn't explain very well before. These two routines _should_ remain within "#ifdef CONFIG_PM". In the v1 patch you put them instead inside "#if defined(CONFIG_PM) || defined(CONFIG_PCI)"; that's what I didn't like. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html