qcacmn: Fix compilation issue about dbr_get_pdev_and_srng_id

There is compilation issue about dbr_get_pdev_and_srng_id on hasting
platform, fix it in this change.

Change-Id: Icd5612c31341e6a5f71c65f1ec10533c164798c3
CRs-Fixed: 2530729
This commit is contained in:
Wu Gao
2019-09-19 11:45:12 +08:00
committed by nshrivas
父節點 431649e97f
當前提交 b63edc6a49

查看文件

@@ -935,7 +935,7 @@ static QDF_STATUS target_if_get_dbr_data(struct wlan_objmgr_pdev *pdev,
*
* Return : pointer to pdev
*/
struct wlan_objmgr_pdev *
static struct wlan_objmgr_pdev *
dbr_get_pdev_and_srng_id(struct wlan_objmgr_psoc *psoc, uint8_t pdev_id,
uint8_t *srng_id)
{
@@ -956,7 +956,7 @@ dbr_get_pdev_and_srng_id(struct wlan_objmgr_psoc *psoc, uint8_t pdev_id,
return pdev;
}
#else
struct wlan_objmgr_pdev *
static struct wlan_objmgr_pdev *
dbr_get_pdev_and_srng_id(struct wlan_objmgr_psoc *psoc, uint8_t pdev_id,
uint8_t *srng_id)
{