فهرست منبع

qcacmn: Use relative path for internal header files

The internal header file included by mgmt_txrx
dispatcher files can be included through relative
path.The kbuild need not have an entry for this
in the inclusion path.

Change-Id: Ie47351c8f69d8dbd08d665282e7827dc9c98458e
CR's Fixed:1110532
Debasis Das 8 سال پیش
والد
کامیت
4411a492ae

+ 1 - 1
umac/cmn_services/mgmt_txrx/dispatcher/src/wlan_mgmt_txrx_tgt_api.c

@@ -24,7 +24,7 @@
 
 #include "wlan_mgmt_txrx_tgt_api.h"
 #include "wlan_mgmt_txrx_utils_api.h"
-#include "wlan_mgmt_txrx_main_i.h"
+#include "../../core/src/wlan_mgmt_txrx_main_i.h"
 #include "wlan_objmgr_psoc_obj.h"
 #include "wlan_objmgr_peer_obj.h"
 

+ 1 - 1
umac/cmn_services/mgmt_txrx/dispatcher/src/wlan_mgmt_txrx_utils_api.c

@@ -23,7 +23,7 @@
  */
 
 #include "wlan_mgmt_txrx_utils_api.h"
-#include "wlan_mgmt_txrx_main_i.h"
+#include "../../core/src/wlan_mgmt_txrx_main_i.h"
 #include "wlan_objmgr_psoc_obj.h"
 #include "wlan_objmgr_global_obj.h"
 #include "wlan_objmgr_pdev_obj.h"