forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
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>