blob: 585d53c7df29ce8ef503d3317db4db7abf6b929a [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/driver/wl_linux.c
2+++ b/driver/wl_linux.c
3@@ -49,7 +49,9 @@
4 #include <linux/ieee80211.h>
5 #endif
6
7+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)
8 #include <asm/system.h>
9+#endif
10 #include <asm/io.h>
11 #include <asm/irq.h>
12 #include <asm/pgtable.h>