qcacmn: Remove obsolete struct ol_pktlog_dev_t references
There are two references to struct ol_pktlog_dev_t even though the struct itself no longer exists in the code. Remove those references. Change-Id: Ibf94e86c44d9c84c6a51ee554b457878f0a0b7ba CRs-Fixed: 3421798
This commit is contained in:

committed by
Madan Koyyalamudi

父節點
f230d96802
當前提交
839714c413
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2020 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
|
||||
@@ -130,8 +130,6 @@ struct ath_pktlog_info_lnx {
|
||||
|
||||
#define PL_INFO_LNX(_pl_info) ((struct ath_pktlog_info_lnx *)(_pl_info))
|
||||
|
||||
extern struct ol_pktlog_dev_t ol_pl_dev;
|
||||
|
||||
/*
|
||||
* WDI related data and functions
|
||||
* Callback function to the WDI events
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2014, 2016-2018, 2020 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
|
||||
@@ -27,12 +27,6 @@
|
||||
#define _PKTLOG_AC_API_
|
||||
#if defined(CONNECTIVITY_PKTLOG) || !defined(REMOVE_PKT_LOG)
|
||||
|
||||
/**
|
||||
* @typedef ol_pktlog_dev_handle
|
||||
* @brief opaque handle for pktlog device object
|
||||
*/
|
||||
struct ol_pktlog_dev_t;
|
||||
|
||||
/**
|
||||
* @typedef hif_opaque_softc_handle
|
||||
* @brief opaque handle for hif_opaque_softc
|
||||
|
Reference in New Issue
Block a user