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
2019-07-11 16:17:59 +08:00
提交者 nshrivas
父节点 6e1760c2c4
当前提交 3d3ec24553

查看文件

@@ -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 ...) \