b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- 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> |