qcacld-3.0: Replace policy manager header file included in data path

Replace policy manager header file include as part of policy manager
moving to host common.

Change-Id: Ie1f9d6675cc373c3325c9e76514f48299932cdda
CRs-Fixed: 2009818
This commit is contained in:
Tushnim Bhattacharyya
2017-03-13 12:46:45 -07:00
committed by Sandeep Puligilla
parent e2ee70a6b6
commit 12b4874f33
6 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@
#include "i_bmi.h"
#include "qwlan_version.h"
#include "cds_concurrency.h"
#include "wlan_policy_mgr_api.h"
#include "dbglog_host.h"
#ifdef FEATURE_SECURE_FIRMWARE

View File

@@ -52,7 +52,7 @@
#include "ol_fw.h"
#include "ol_if_athvar.h"
#include "hif.h"
#include "cds_concurrency.h"
#include "wlan_policy_mgr_api.h"
#include "cds_utils.h"
#include "wlan_logging_sock_svc.h"
#include "wma.h"

View File

@@ -51,7 +51,7 @@
#include <ol_htt_tx_api.h>
#include <htt_internal.h>
#include <cds_concurrency.h>
#include <wlan_policy_mgr_api.h>
#define HTT_MSG_BUF_SIZE(msg_bytes) \
((msg_bytes) + HTC_HEADER_LEN + HTC_HDR_ALIGNMENT_PADDING)

View File

@@ -54,7 +54,7 @@
#include <cds_ieee80211_common.h> /* ieee80211_frame, ieee80211_qoscntl */
#include <cds_ieee80211_defines.h> /* ieee80211_rx_status */
#include <cds_utils.h>
#include <cds_concurrency.h>
#include <wlan_policy_mgr_api.h>
#include "ol_txrx_types.h"
#ifdef DEBUG_DMA_DONE
#include <asm/barrier.h>

View File

@@ -58,7 +58,7 @@
#include <ipv6_defs.h> /* IPv6 header defs */
#include <ol_vowext_dbg_defs.h>
#include <wma.h>
#include <cds_concurrency.h>
#include <wlan_policy_mgr_api.h>
#include "pktlog_ac_fmt.h"
#include <cdp_txrx_handle.h>
#include <pld_common.h>

View File

@@ -82,7 +82,7 @@
#ifndef REMOVE_PKT_LOG
#include "pktlog_ac.h"
#endif
#include <cds_concurrency.h>
#include <wlan_policy_mgr_api.h>
#include "epping_main.h"
#include <a_types.h>
#include <cdp_txrx_handle.h>