From: Alexander Usyskin Date: Tue, 18 Feb 2014 12:31:08 +0000 (+0200) Subject: mei: me: put pm callbacks under PM_SLEEP ifdef X-Git-Tag: v3.15-rc1~141^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16833257a1ee9f7b2c997f0a26f91b1d9055642c;p=pandora-kernel.git mei: me: put pm callbacks under PM_SLEEP ifdef This will eliminate compilation warning: drivers/misc/mei/pci-me.c:303:12: warning: mei_me_pci_suspend defined but not used [-Wunused-function] static int mei_me_pci_suspend(struct device *device) drivers/misc/mei/pci-me.c:323:12: warning: mei_me_pci_resume defined but not used [-Wunused-function] static int mei_me_pci_resume(struct device *device) Signed-off-by: Alexander Usyskin Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed