浏览代码

qcacmn: Add change to export symbol

Export the symbol as it is used across multiple modules

Change-Id: I7dd70bd0cf48b2f24cc10de7fd2e4bdd6bd938c6
CRs-Fixed: 2391939
Santosh Anbu 6 年之前
父节点
当前提交
0a46a191fa
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      umac/cmn_services/serialization/src/wlan_serialization_debug.c

+ 2 - 0
umac/cmn_services/serialization/src/wlan_serialization_debug.c

@@ -218,6 +218,8 @@ error:
 	return QDF_STATUS_SUCCESS;
 }
 
+qdf_export_symbol(wlan_ser_print_history);
+
 void wlan_ser_update_cmd_history(
 		struct wlan_serialization_pdev_queue *pdev_queue,
 		struct wlan_serialization_command *cmd,