qcacmn: Export symbol when compile time macro is enabled
As function is defined under compile time macro, also export the symbol under the same macro. Change-Id: Id2eba221dcb9c6d8cd7503e9d473199a50508309 CRs-Fixed: 3357183
This commit is contained in:

committed by
Madan Koyyalamudi

parent
65c8964062
commit
a15ee7308e
@@ -1060,8 +1060,8 @@ void utils_dfs_init_nol(struct wlan_objmgr_pdev *pdev)
|
||||
}
|
||||
qdf_mem_free(dfs_nolinfo);
|
||||
}
|
||||
#endif
|
||||
qdf_export_symbol(utils_dfs_init_nol);
|
||||
#endif
|
||||
|
||||
#ifndef QCA_DFS_NOL_PLATFORM_DRV_SUPPORT
|
||||
void utils_dfs_save_nol(struct wlan_objmgr_pdev *pdev)
|
||||
|
Reference in New Issue
Block a user