USB: ohci-hub: Mark ohci_finish_controller_resume() as __maybe_unused
authorRoland Stigge <stigge@antcom.de>
Mon, 11 Jun 2012 19:38:29 +0000 (21:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Jun 2012 00:26:11 +0000 (17:26 -0700)
commitc4828d96900453f1ad506b1488928307711a8b28
tree6f89b68e586334a61806e51323d29226e304db92
parent0658a3366db7e27fa32c12e886230bb58c414c92
USB: ohci-hub: Mark ohci_finish_controller_resume() as __maybe_unused

ohci_finish_controller_resume() is intended to be used in platform specific
drivers ohci-*.c, included from ohci-hcd.c. Some of them don't actually use
ohci_finish_controller_resume(), so mark it as __maybe_unused.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-hub.c