forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/bcmutils.c
old mode 100644new mode 100755
....@@ -23,9 +23,9 @@
2323
2424 #include <typedefs.h>
2525 #include <bcmdefs.h>
26
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 16, 0))
26
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0))
2727 #include <stdarg.h>
28
-#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5, 16, 0) */
28
+#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0) */
2929 #ifdef BCMDRIVER
3030 #include <osl.h>
3131 #include <bcmutils.h>