Explorar el Código

qcacmn: Remove CONFIG_MCL for header file in wlan_logging_sock_svc.c

Remove CONFIG_MCL for header file.

Change-Id: Id3d6f86fde15d7afd88504886fc87db02a949a67
CRs-Fixed: 2488036
Jingxiang Ge hace 5 años
padre
commit
3d3ec24553
Se han modificado 1 ficheros con 14 adiciones y 12 borrados
  1. 14 12
      utils/logging/src/wlan_logging_sock_svc.c

+ 14 - 12
utils/logging/src/wlan_logging_sock_svc.c

@@ -23,18 +23,6 @@
 
 #ifdef WLAN_LOGGING_SOCK_SVC_ENABLE
 #include <linux/vmalloc.h>
-#ifdef CONFIG_MCL
-#include <cds_api.h>
-#include <host_diag_core_event.h>
-#include "cds_utils.h"
-#include "csr_api.h"
-#include "wma.h"
-#include "ol_txrx_api.h"
-#include <cdp_txrx_misc.h>
-#endif
-#if defined(FEATURE_PKTLOG) && !defined(REMOVE_PKT_LOG)
-#include <pktlog_ac.h>
-#endif /* FEATURE_PKTLOG */
 #include <wlan_logging_sock_svc.h>
 #include <linux/kthread.h>
 #include <qdf_time.h>
@@ -51,6 +39,20 @@
 #include <net/cnss_nl.h>
 #endif
 
+#if defined(FEATURE_FW_LOG_PARSING) || defined(FEATURE_WLAN_DIAG_SUPPORT) || \
+	defined(FEATURE_PKTLOG)
+#include <cds_api.h>
+#include "ani_global.h"
+#endif
+
+#ifdef FEATURE_PKTLOG
+#ifndef REMOVE_PKT_LOG
+#include "wma.h"
+#include "pktlog_ac.h"
+#include <cdp_txrx_misc.h>
+#endif
+#endif
+
 #define MAX_NUM_PKT_LOG 32
 
 #define LOGGING_TRACE(level, args ...) \