qcacld-3.0: fix compilation issue

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

Change-Id: I30ae0aed3fc28c3b9db8b2ce4450211e102b06fa
CRs-Fixed: 3295173
Bu işleme şunda yer alıyor:
sandhu
2022-09-20 19:49:17 -07:00
işlemeyi yapan: Madan Koyyalamudi
ebeveyn e929eb7e1b
işleme 27a7d9060f
4 değiştirilmiş dosya ile 7 ekleme ve 5 silme

Dosyayı Görüntüle

@@ -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)

Dosyayı Görüntüle

@@ -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"

Dosyayı Görüntüle

@@ -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"

Dosyayı Görüntüle

@@ -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"