The 'CONFIG_PM_RUNTIME' has been eliminated and all the users
should use 'CONFIG_PM' directly. So do this change for pxp-v2
and pxp-v3.
Signed-off-by: Fancy Fang <chen.fang@freescale.com>
#define pxp_resume NULL
#endif
-#ifdef CONFIG_PM_RUNTIME
+#ifdef CONFIG_PM
static int pxp_runtime_suspend(struct device *dev)
{
dev_dbg(dev, "pxp busfreq high release.\n");
#define pxp_resume NULL
#endif
-#ifdef CONFIG_PM_RUNTIME
+#ifdef CONFIG_PM
static int pxp_runtime_suspend(struct device *dev)
{
dev_dbg(dev, "pxp busfreq high release.\n");