瀏覽代碼

qcacmn: Cleanup CONFIG_MCL from qdf runtime apis

In the current implementation, qdf runtime apis invocation
is controlled by macro CONFIG_MCL. So replace the CONFIG_MCL
with the feature flag FEATURE_RUNTIME_PM.

Change-Id: If120c87aa9ed1a0b3e4629c6ee1df4922744656b
CRs-Fixed: 2463188
Sravan Kumar Kairam 5 年之前
父節點
當前提交
ea9a12b9ce
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      qdf/linux/src/qdf_lock.c

+ 2 - 2
qdf/linux/src/qdf_lock.c

@@ -386,7 +386,7 @@ QDF_STATUS qdf_wake_lock_destroy(qdf_wake_lock_t *lock)
 #endif
 qdf_export_symbol(qdf_wake_lock_destroy);
 
-#ifdef CONFIG_MCL
+#ifdef FEATURE_RUNTIME_PM
 /**
  * qdf_runtime_pm_get() - do a get opperation on the device
  *
@@ -587,7 +587,7 @@ void qdf_runtime_lock_deinit(qdf_runtime_lock_t *lock)
 }
 qdf_export_symbol(qdf_runtime_lock_deinit);
 
-#endif /* CONFIG_MCL */
+#endif /* FEATURE_RUNTIME_PM */
 
 /**
  * qdf_spinlock_acquire() - acquires a spin lock