net: wireless: rockchip_wlan: bcmdhd: No include stdarg.h from 5.15

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: If5a6ca39f8fcdc0854a34049f08f90c636b2044c
This commit is contained in:
Tao Huang
2023-02-08 19:45:37 +08:00
parent 7558c3e935
commit 9cd7abdb02
2 changed files with 4 additions and 4 deletions

View File

@@ -23,9 +23,9 @@
#include <typedefs.h>
#include <bcmdefs.h>
#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 16, 0))
#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0))
#include <stdarg.h>
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5, 16, 0) */
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0) */
#ifdef BCMDRIVER
#include <osl.h>
#include <bcmutils.h>

View File

@@ -24,9 +24,9 @@
#include <typedefs.h>
#include <bcmdefs.h>
#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 16, 0))
#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0))
#include <stdarg.h>
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5, 16, 0) */
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0) */
#ifdef BCMDRIVER
#include <osl.h>