Browse Source

qcacmn: Add target_if support to WMI

Include service ready structure definition

Change-Id: I0294b99c6836fc96b0e211c855e851c8926d4823
CRs-Fixed: 2177109
Srinivas Pitla 7 years ago
parent
commit
c664572a93
2 changed files with 1 additions and 1 deletions
  1. 1 0
      wmi/inc/wmi_unified_api.h
  2. 0 1
      wmi/inc/wmi_unified_priv.h

+ 1 - 0
wmi/inc/wmi_unified_api.h

@@ -39,6 +39,7 @@
 #endif
 #include "htc_api.h"
 #include "wmi_unified_param.h"
+#include "service_ready_param.h"
 #include "wlan_objmgr_psoc_obj.h"
 #include "wlan_mgmt_txrx_utils_api.h"
 #ifdef WLAN_PMO_ENABLE

+ 0 - 1
wmi/inc/wmi_unified_priv.h

@@ -39,7 +39,6 @@
 #include <wmi_unified.h>
 #endif
 #include "qdf_atomic.h"
-#include "wlan_objmgr_psoc_service_ready_api.h"
 
 #ifdef CONVERGED_P2P_ENABLE
 #include <wlan_p2p_public_struct.h>