diff --git a/umac/mlo_mgr/src/wlan_mlo_mgr_cmn.c b/umac/mlo_mgr/src/wlan_mlo_mgr_cmn.c index 6034d1dc63..4afb1361dd 100644 --- a/umac/mlo_mgr/src/wlan_mlo_mgr_cmn.c +++ b/umac/mlo_mgr/src/wlan_mlo_mgr_cmn.c @@ -297,6 +297,7 @@ wlan_mlo_get_pdev_by_hw_link_id(uint16_t hw_link_id, return itr.pdev; } +#endif /*WLAN_MLO_MULTI_CHIP*/ void mlo_get_ml_vdev_list(struct wlan_objmgr_vdev *vdev, uint16_t *vdev_count, @@ -332,4 +333,3 @@ void mlo_get_ml_vdev_list(struct wlan_objmgr_vdev *vdev, } mlo_dev_lock_release(dev_ctx); } -#endif /*WLAN_MLO_MULTI_CHIP*/