usb: host: unhide suspend/resume declarations
authorArnd Bergmann <arnd@arndb.de>
Wed, 2 Mar 2016 15:24:03 +0000 (16:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Mar 2016 04:37:41 +0000 (20:37 -0800)
commitc88d4df217f9a32415d63c1259a45da7f50ac38e
treebdc10ad5e64f7e0dc03e9bdf0b034ad834422606
parentcf34be7a223b7702e61668e0e3e64ceab4fdd06e
usb: host: unhide suspend/resume declarations

There is no need to hide function declarations, and making
these visible to the SoC specific host drivers lets us
use __maybe_unused and IS_ENABLED() checks to control
their use, rather than having to use #ifdef to hide all
callers.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci.h
drivers/usb/host/ohci.h
This page took 0.025545 seconds and 5 git commands to generate.