qcacmn: include stdarg header file with correct path

For kernel version 5.15 or later, include linux/stdarg.h in
i_qdf_types.h and for older versions include stdarg.h.
Also remove inclusion of stdarg.h from dp_internal.h,
qdf_trace.h and qdf_types.h files.

Change-Id: I2eaa1af06fda0ac07a1be3d245f197de0b85719d
CRs-Fixed: 3295172
This commit is contained in:
Rajesh Chauhan
2022-09-22 08:55:15 -07:00
committed by Madan Koyyalamudi
父節點 c85603d008
當前提交 f4b6b093c6
共有 4 個文件被更改,包括 5 次插入3 次删除

查看文件

@@ -28,7 +28,6 @@
/* Include Files */
#include <qdf_types.h> /* For QDF_MODULE_ID... */
#include <stdarg.h> /* For va_list... */
#include <qdf_status.h>
#include <qdf_nbuf.h>
#include <i_qdf_types.h>