]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mei: me: put pm callbacks under PM_SLEEP ifdef
authorAlexander Usyskin <alexander.usyskin@intel.com>
Tue, 18 Feb 2014 12:31:08 +0000 (14:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Feb 2014 18:07:01 +0000 (10:07 -0800)
commit16833257a1ee9f7b2c997f0a26f91b1d9055642c
tree8ae7368b087c2a2ade0dbf8ef8ae617c405f2661
parent31f88f5739e966cb3c524083e2d19b423ece3585
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 <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/pci-me.c