]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit209d98e2ad0954e3f1e57759143844997e7a0c31
tree6f89b68e586334a61806e51323d29226e304db92
parentb358a7585720d85cf846b2f287ff546b29944365
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