Parcourir la source

qcacmn: Export symbol to other modules

Export symbol to get Pdev WMI handle for other modules.

Change-Id: Ie46133eac5898ac51fde9b42f66bc365bcc938f4
CRs-Fixed: 2217556
Pratik Gandhi il y a 6 ans
Parent
commit
46837cc4f9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      target_if/init_deinit/src/init_deinit_lmac.c

+ 1 - 0
target_if/init_deinit/src/init_deinit_lmac.c

@@ -348,6 +348,7 @@ struct common_wmi_handle *lmac_get_pdev_wmi_handle(
 
 	return target_pdev_get_wmi_handle(tgt_hdl);
 }
+qdf_export_symbol(lmac_get_pdev_wmi_handle);
 
 wmi_unified_t
 lmac_get_pdev_wmi_unified_handle(struct wlan_objmgr_pdev *pdev)