diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-08 15:11:27 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-22 11:23:59 -0700 |
commit | cd1965db054eeace344487b9c8560439961f5f55 (patch) | |
tree | f2bdb65754d668e92b37f1adf2e357b58451f743 /Documentation/PCI | |
parent | 2b16e39ee0a431d6cf6e6ca33bb08ec7dc82073f (diff) |
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>
Diffstat (limited to 'Documentation/PCI')
0 files changed, 0 insertions, 0 deletions