From: Roland Stigge Date: Mon, 11 Jun 2012 19:38:29 +0000 (+0200) Subject: USB: ohci-hub: Mark ohci_finish_controller_resume() as __maybe_unused X-Git-Tag: v3.5-rc3~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4828d96900453f1ad506b1488928307711a8b28;p=pandora-kernel.git 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 Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed