USB: ohci: move ohci_pci_{suspend,resume} to ohci-hcd.c
authorFlorian Fainelli <florian@openwrt.org>
Mon, 8 Oct 2012 13:11:27 +0000 (15:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 18:23:59 +0000 (11:23 -0700)
commitcd1965db054eeace344487b9c8560439961f5f55
treef2bdb65754d668e92b37f1adf2e357b58451f743
parent2b16e39ee0a431d6cf6e6ca33bb08ec7dc82073f
USB: ohci: move ohci_pci_{suspend,resume} to ohci-hcd.c

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, and make them
enclosed within an #ifdef CONFIG_PM / #endif section.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci-pci.c
This page took 0.025481 seconds and 5 git commands to generate.