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:
Venkat Gopalakrishnan 2016-01-20 18:08:36 -08:00 committed by David Keitel
parent 38f31fa535
commit 2f82ca7bf8

View file

@ -16,10 +16,8 @@
#include "scsi_priv.h"
#ifdef CONFIG_PM_RUNTIME
static int do_scsi_runtime_resume(struct device *dev,
const struct dev_pm_ops *pm);
#endif
#ifdef CONFIG_PM_SLEEP