From: Tomer Barletz Date: Mon, 21 Sep 2015 14:46:11 +0000 (+0300) Subject: xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PM X-Git-Tag: omap-for-v4.3/fixes-rc5~79^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7627b73e81e5d23d5ae1490fe8e690af86e053;p=pandora-kernel.git xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PM xhci_pme_quirk() is only used when CONFIG_PM is defined. Compiling a kernel without PM complains about this function [reworded commit message -Mathias] Cc: Signed-off-by: Tomer Barletz Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed