qcacmn: Fix compilation error when Spectral is disabled
Fix the compilation error which occurs when Spectral feature is disabled. CRs-Fixed: 2847001 Change-Id: I133aff14cc069864ca5b4ce3bc9c5a225c2b0c05
This commit is contained in:

committed by
snandini

parent
13f9b12f6a
commit
8c199ecfc5
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
#ifndef _WLAN_SPECTRAL_UTILS_API_H_
|
||||
#define _WLAN_SPECTRAL_UTILS_API_H_
|
||||
|
||||
#ifdef WLAN_CONV_SPECTRAL_ENABLE
|
||||
#include <wlan_objmgr_cmn.h>
|
||||
#include <wlan_lmac_if_def.h>
|
||||
|
||||
@@ -325,4 +325,5 @@ wlan_spectral_pdev_get_lmac_if_txops(struct wlan_objmgr_pdev *pdev);
|
||||
bool spectral_dbr_event_handler(struct wlan_objmgr_pdev *pdev,
|
||||
struct direct_buf_rx_data *payload);
|
||||
#endif
|
||||
#endif /* WLAN_CONV_SPECTRAL_ENABLE */
|
||||
#endif /* _WLAN_SPECTRAL_UTILS_API_H_*/
|
||||
|
Reference in New Issue
Block a user