OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 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>