소스 검색

qcacld-3.0: fix compilation issue

fix compilation issue by removing stdarg.h and include qdf_types.h

Change-Id: I30ae0aed3fc28c3b9db8b2ce4450211e102b06fa
CRs-Fixed: 3295173
sandhu 2 년 전
부모
커밋
27a7d9060f

+ 2 - 2
core/dp/txrx/ol_txrx_internal.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2011-2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -67,8 +68,7 @@
 
 #ifdef TXRX_PRINT_ENABLE
 
-#include <stdarg.h>             /* va_list */
-#include <qdf_types.h>          /* qdf_vprint */
+#include "qdf_types.h"          /* qdf_vprint */
 
 #define ol_txrx_alert(params...) \
 	QDF_TRACE_FATAL(QDF_MODULE_ID_TXRX, params)

+ 1 - 1
core/mac/src/include/parser_api.h

@@ -30,7 +30,7 @@
 #ifndef __PARSE_H__
 #define __PARSE_H__
 
-#include <stdarg.h>
+#include "qdf_types.h"
 #include "sir_mac_prop_exts.h"
 #include "dot11f.h"
 #include "lim_ft_defs.h"

+ 2 - 1
core/mac/src/include/utils_api.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2011-2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -19,7 +20,7 @@
 #ifndef __UTILSAPI_H
 #define __UTILSAPI_H
 
-#include <stdarg.h>
+#include "qdf_types.h"
 #include <sir_common.h>
 #include "ani_global.h"
 #include "sys_wrapper.h"

+ 2 - 1
core/mac/src/sys/legacy/src/utils/inc/utils_parser.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2011-2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -30,7 +31,7 @@
 #ifndef __UTILS_PARSE_H__
 #define __UTILS_PARSE_H__
 
-#include <stdarg.h>
+#include "qdf_types.h"
 #include "sir_api.h"
 #include "dot11f.h"
 #include "utils_api.h"