From: Fabio Estevam Date: Tue, 12 Apr 2011 12:31:54 +0000 (-0300) Subject: USB: Mark ehci_adjust_port_wakeup_flags as __maybe_unused X-Git-Tag: v3.0-rc1~337^2~138^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b0cd6c81defc4e4fccb9e9103666547fefdb9c0;p=pandora-kernel.git USB: Mark ehci_adjust_port_wakeup_flags as __maybe_unused Mark ehci_adjust_port_wakeup_flags as __maybe_unused to avoid the following warning when building the ehci-mxc driver: CC drivers/usb/host/ehci-hcd.o drivers/usb/host/ehci-hub.c:130: warning: 'ehci_adjust_port_wakeup_flags' defined but not used Current ehci-mxc driver implementation does not support suspend/resume. Signed-off-by: Fabio Estevam Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed