scsi: pm: Remove use of CONFIG_PM_RUNTIME
CONFIG_PM_RUNTIME has been eliminated as of kernel 4.4 in favor of just using CONFIG_PM, hence remove its use. Change-Id: I096cde564c7bf2c7a041f0948617a7d74df71dd9 Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
This commit is contained in:
parent
38f31fa535
commit
2f82ca7bf8
1 changed files with 0 additions and 2 deletions
|
@ -16,10 +16,8 @@
|
||||||
|
|
||||||
#include "scsi_priv.h"
|
#include "scsi_priv.h"
|
||||||
|
|
||||||
#ifdef CONFIG_PM_RUNTIME
|
|
||||||
static int do_scsi_runtime_resume(struct device *dev,
|
static int do_scsi_runtime_resume(struct device *dev,
|
||||||
const struct dev_pm_ops *pm);
|
const struct dev_pm_ops *pm);
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_PM_SLEEP
|
#ifdef CONFIG_PM_SLEEP
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue