qcacld-3.0: Remove pktlog.h include
The header file pktlog.h is a legacy remnant that doesn't provide any value, so remove the unnecessary #include. This is a precursor to removing the actual file. Change-Id: Ic9def32b2c800a9b05001eb3816d1b421f82288e CRs-Fixed: 3420816
This commit is contained in:

committed by
Madan Koyyalamudi

parent
e2d5a9ac90
commit
b607e016e8
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file ol_txrx_types.h
|
||||
* @brief Define the major data types used internally by the host datapath SW.
|
||||
* DOC: ol_txrx_types.h
|
||||
* Define the major data types used internally by the host datapath SW.
|
||||
*/
|
||||
#ifndef _OL_TXRX_TYPES__H_
|
||||
#define _OL_TXRX_TYPES__H_
|
||||
@@ -33,7 +33,6 @@
|
||||
#include <wdi_event_api.h> /* wdi_event_subscribe */
|
||||
#include <qdf_timer.h> /* qdf_timer_t */
|
||||
#include <qdf_lock.h> /* qdf_spinlock */
|
||||
#include <pktlog.h> /* ol_pktlog_dev_handle */
|
||||
#include <ol_txrx_stats.h>
|
||||
#include "ol_txrx_htt_api.h"
|
||||
#include "ol_htt_tx_api.h"
|
||||
@@ -552,7 +551,7 @@ struct ol_txrx_peer_id_map {
|
||||
qdf_atomic_t peer_id_unmap_cnt;
|
||||
};
|
||||
|
||||
/**
|
||||
/*
|
||||
* ol_txrx_stats_req_internal - specifications of the requested
|
||||
* statistics internally
|
||||
*/
|
||||
@@ -576,7 +575,7 @@ struct ol_txrx_fw_stats_desc_elem_t {
|
||||
/**
|
||||
* struct ol_txrx_soc_t - soc reference structure
|
||||
* @cdp_soc: common base structure
|
||||
* @cdp_ctrl_objmgr_psoc: opaque handle for UMAC psoc object
|
||||
* @psoc: opaque handle for UMAC psoc object
|
||||
* @pdev_list: list of all the pdev on a soc
|
||||
*
|
||||
* This is the reference to the soc and all the data
|
||||
|
Reference in New Issue
Block a user