mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user