瀏覽代碼

qcacmn: Export cfg_psoc_parse API

The cfg_psoc_parse API is called from
a different ko in WIN and the API should
be exported

Change-Id: Idcb3aa7ee745f5942d2877df348fb77389149811
CRs-Fixed: 2256145
Vivek 6 年之前
父節點
當前提交
972ee331d9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cfg/src/cfg.c

+ 2 - 0
cfg/src/cfg.c

@@ -721,3 +721,5 @@ put_store:
 	return status;
 }
 
+qdf_export_symbol(cfg_psoc_parse);
+