Browse Source

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
Jeff Johnson 2 years ago
parent
commit
839714c413
2 changed files with 2 additions and 10 deletions
  1. 1 3
      utils/pktlog/include/pktlog_ac.h
  2. 1 7
      utils/pktlog/include/pktlog_ac_api.h

+ 1 - 3
utils/pktlog/include/pktlog_ac.h

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
  * 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
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
  * 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))
 #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
  * WDI related data and functions
  * Callback function to the WDI events
  * Callback function to the WDI events

+ 1 - 7
utils/pktlog/include/pktlog_ac_api.h

@@ -1,7 +1,7 @@
 /*
 /*
  * Copyright (c) 2012-2014, 2016-2018, 2020 The Linux Foundation.
  * Copyright (c) 2012-2014, 2016-2018, 2020 The Linux Foundation.
  * All rights reserved.
  * 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
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
  * any purpose with or without fee is hereby granted, provided that the
@@ -27,12 +27,6 @@
 #define _PKTLOG_AC_API_
 #define _PKTLOG_AC_API_
 #if defined(CONNECTIVITY_PKTLOG) || !defined(REMOVE_PKT_LOG)
 #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
  * @typedef hif_opaque_softc_handle
  * @brief opaque handle for hif_opaque_softc
  * @brief opaque handle for hif_opaque_softc