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
This commit is contained in:
Sravan Kumar Kairam
2019-06-24 14:42:17 +05:30
committed by nshrivas
szülő 33ba728fae
commit 87796c495a

Fájl megtekintése

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