qcacmn: Clean up CONFIG_MCL from qdf_lock.c

Clean up CONFIG_MCL from qdf_lock.c file by replacing with
feature flag FEATURE_RUNTIME_PM for which included header
files are used.

Change-Id: I9afff730b1b96a75888ca48b33c0020667d651fc
CRs-Fixed: 2477462
此提交包含在:
Sravan Kumar Kairam
2019-06-24 14:42:17 +05:30
提交者 nshrivas
父節點 33ba728fae
當前提交 87796c495a

查看文件

@@ -23,7 +23,7 @@
#include <qdf_types.h>
#include <i_host_diag_core_event.h>
#ifdef CONFIG_MCL
#ifdef FEATURE_RUNTIME_PM
#include <cds_api.h>
#include <hif.h>
#endif