qcacmn: Fix export symbol for multi drivers compilation
Update target_if module files to use qdf_export_symbol to facilitate multiple driver module compilation support. Change-Id: I83b2d79a96909a2661a89a1129e17c291e9a2e03 CRs-fixed: 2197751
This commit is contained in:

committed by
nshrivas

parent
56c2608fa3
commit
56a2bf8921
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <osdep.h>
|
||||
#include <qdf_types.h>
|
||||
#include <qdf_module.h>
|
||||
#include <wlan_tgt_def_config.h>
|
||||
#include <hif.h>
|
||||
#include <hif_hw_version.h>
|
||||
@@ -1582,7 +1583,7 @@ int target_if_spectral_process_phyerr_gen3(
|
||||
|
||||
return ret;
|
||||
}
|
||||
EXPORT_SYMBOL(target_if_spectral_process_phyerr_gen3);
|
||||
qdf_export_symbol(target_if_spectral_process_phyerr_gen3);
|
||||
/* END of spectral GEN III HW specific functions */
|
||||
|
||||
#endif /* WLAN_SPECTRAL_ENABLE */
|
||||
|
Reference in New Issue
Block a user