Browse Source

qcacmn: Include qdf_str.h

The qdf_str APIs have recently been moved from qdf_mem. Reference the
new qdf_str.h header file where appropriate.

Change-Id: If97c9c37a7d720a7b93e50ec228da67a8e980c2e
CRs-Fixed: 2196129
Dustin Brown 7 years ago
parent
commit
2cd4bfb104

+ 2 - 1
os_if/linux/nan/src/os_if_nan.c

@@ -20,8 +20,9 @@
  * DOC: defines nan component os interface APIs
  */
 
-#include "qdf_types.h"
+#include "qdf_str.h"
 #include "qdf_trace.h"
+#include "qdf_types.h"
 #include "os_if_nan.h"
 #include "wlan_nan_api.h"
 #include "nan_ucfg_api.h"

+ 1 - 0
qdf/linux/src/qdf_trace.c

@@ -32,6 +32,7 @@
  */
 
 /* Include Files */
+#include "qdf_str.h"
 #include <qdf_trace.h>
 #include <linux/export.h>
 

+ 1 - 0
umac/cmn_services/utils/src/wlan_utility.c

@@ -20,6 +20,7 @@
  * DOC: This file contains definition for mandatory legacy API
  */
 
+#include "qdf_str.h"
 #include "wlan_utility.h"
 #include <wlan_cmn.h>
 #include "wlan_osif_priv.h"